Skip to content

Commit

Permalink
Merge pull request #138 from bcgov/fix/modal-check
Browse files Browse the repository at this point in the history
fix: modal check
  • Loading branch information
jlangy authored Aug 30, 2024
2 parents 3144512 + d1c1140 commit 4d1618e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/cypress/appActions/Team.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Team {
}
cy.get(this.teamPage.sendInvitation, { timeout: 10000 }).scrollIntoView().click({ force: true }); // or Member
});
cy.get(this.teamPage.modalCreateTeam, { timeout: 10000 }).should('not.be.visible');
cy.contains('successfully created');
return true;
}

Expand Down

0 comments on commit 4d1618e

Please sign in to comment.