rename test in collectins tests

This commit is contained in:
Karolina Rakoczy 2021-03-03 09:42:07 +01:00
parent 44a6f21128
commit 5df9a927d0
2 changed files with 1 additions and 2 deletions

View file

@ -1,4 +1,3 @@
/* eslint-disable sort-keys */
export const COLLECTION_SELECTORS = {
createCollectionButton: "[data-test-id = 'create-collection']",
nameInput: "[name='name']",

View file

@ -90,7 +90,7 @@ describe("Collections", () => {
})
.then(isVisible => expect(isVisible).to.equal(true));
});
it("should not display unavailable in channel collections", () => {
it("should not display collection not set as available in channel", () => {
const collectionName = `${startsWith}${faker.random.number()}`;
channelsUtils
.createChannel({ name: collectionName })