Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

[MM-35780] - Update add users to channel modal test case #8146

Merged
merged 3 commits into from
May 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ describe('Channel Settings', () => {
username = usernames.toString().match(/@\w+/g)[0];
cy.get('#multiSelectList').should('contain', username);

// # Verify status wrapper is present within the modal list
cy.get(el).children(0).should('have.class', 'status-wrapper');

// # Click to add the first user
cy.wrap(el).click();

Expand Down