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

Commit

Permalink
Make cypress test more reliable
Browse files Browse the repository at this point in the history
  • Loading branch information
justjanne committed Jul 26, 2022
1 parent edf5588 commit 58c9ebc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/user-onboarding/user-onboarding-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ describe("User Onboarding (new user)", () => {
findPeopleAction.click();
cy.get(".mx_InviteDialog_editor input").type(bot1.getUserId());
cy.get(".mx_InviteDialog_buttonAndSpinner").click();
cy.get(".mx_InviteDialog_buttonAndSpinner").should("not.exist");
cy.visit("/#/home");

cy.get(".mx_ProgressBar").invoke("val").should("be.greaterThan", oldProgress);
});
Expand Down

0 comments on commit 58c9ebc

Please sign in to comment.