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

Commit 83908e3

Browse files
committed
More fixes to account for removed channel profile card
1 parent 229a0f6 commit 83908e3

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

cypress/integration/channel/settings/edit_spec.js

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

4242
cy.visit(`/${community.slug}/${channel.slug}`);
43-
cy.get('[data-cy="channel-profile-card"]').should('be.visible');
44-
cy.get('[data-cy="channel-profile-card"]').contains(NEW_NAME);
45-
cy.get('[data-cy="channel-profile-card"]').contains(NEW_DESCRIPTION);
4643
});
4744
});

cypress/integration/user/new_user_spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ describe('post username creation redirects', () => {
9898
setUsernameIsVisible();
9999
saveUsername();
100100
cy.url().should('include', '/spectrum/general');
101-
cy.get('[data-cy="channel-profile-card"]').should('be.visible');
102101
});
103102

104103
it('should redirect to previously viewed page 3', () => {

0 commit comments

Comments
 (0)