Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 76523d4

Browse files
committed
Add back needed assertion for edited channel name
1 parent 83908e3 commit 76523d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/integration/channel/settings/edit_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,6 @@ describe('edit a channel', () => {
4040
.click();
4141

4242
cy.visit(`/${community.slug}/${channel.slug}`);
43+
cy.contains(NEW_NAME);
4344
});
4445
});

0 commit comments

Comments
 (0)