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

Commit 7fd2fb9

Browse files
authored
Increase timeout in Cypress register test (#9371)
1 parent bf66285 commit 7fd2fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/register/register.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe("Registration", () => {
7272
cy.startMeasuring("from-submit-to-home");
7373
cy.get(".mx_InteractiveAuthEntryComponents_termsSubmit").click();
7474

75-
cy.get(".mx_UseCaseSelection_skip").should("exist");
75+
cy.get(".mx_UseCaseSelection_skip", { timeout: 30000 }).should("exist");
7676
cy.percySnapshot("Use-case selection screen");
7777
cy.checkA11y();
7878
cy.get(".mx_UseCaseSelection_skip .mx_AccessibleButton").click();

0 commit comments

Comments
 (0)