rename test in collectins tests
This commit is contained in:
parent
44a6f21128
commit
5df9a927d0
2 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,3 @@
|
||||||
/* eslint-disable sort-keys */
|
|
||||||
export const COLLECTION_SELECTORS = {
|
export const COLLECTION_SELECTORS = {
|
||||||
createCollectionButton: "[data-test-id = 'create-collection']",
|
createCollectionButton: "[data-test-id = 'create-collection']",
|
||||||
nameInput: "[name='name']",
|
nameInput: "[name='name']",
|
||||||
|
|
|
@ -90,7 +90,7 @@ describe("Collections", () => {
|
||||||
})
|
})
|
||||||
.then(isVisible => expect(isVisible).to.equal(true));
|
.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()}`;
|
const collectionName = `${startsWith}${faker.random.number()}`;
|
||||||
channelsUtils
|
channelsUtils
|
||||||
.createChannel({ name: collectionName })
|
.createChannel({ name: collectionName })
|
||||||
|
|
Loading…
Reference in a new issue