diff --git a/cypress/elements/catalog/collection-selectors.js b/cypress/elements/catalog/collection-selectors.js index 8d013cf68..5f2e44bed 100644 --- a/cypress/elements/catalog/collection-selectors.js +++ b/cypress/elements/catalog/collection-selectors.js @@ -1,4 +1,3 @@ -/* eslint-disable sort-keys */ export const COLLECTION_SELECTORS = { createCollectionButton: "[data-test-id = 'create-collection']", nameInput: "[name='name']", diff --git a/cypress/integration/collections.js b/cypress/integration/collections.js index 768f7a947..7870a73ce 100644 --- a/cypress/integration/collections.js +++ b/cypress/integration/collections.js @@ -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 })