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

Commit

Permalink
[MM-35780] - Update add users to channel modal test case (#8146)
Browse files Browse the repository at this point in the history
* [MM-35780] - Update add users to channel modal test cas

* fix lint error

Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MacBook-Pro.local>
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
  • Loading branch information
3 people authored May 26, 2021
1 parent e380b31 commit c0ba1e0
Showing 1 changed file with 3 additions and 0 deletions.
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

0 comments on commit c0ba1e0

Please sign in to comment.