From 5df9a927d00a0b6d7b45afeb0ba8a20c699eae4d Mon Sep 17 00:00:00 2001 From: Karolina Rakoczy Date: Wed, 3 Mar 2021 09:42:07 +0100 Subject: [PATCH] rename test in collectins tests --- cypress/elements/catalog/collection-selectors.js | 1 - cypress/integration/collections.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 })