Increase timeout in Cypress register test (#9371)
This commit is contained in:
parent
bf662851f6
commit
7fd2fb9359
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ describe("Registration", () => {
|
||||||
cy.startMeasuring("from-submit-to-home");
|
cy.startMeasuring("from-submit-to-home");
|
||||||
cy.get(".mx_InteractiveAuthEntryComponents_termsSubmit").click();
|
cy.get(".mx_InteractiveAuthEntryComponents_termsSubmit").click();
|
||||||
|
|
||||||
cy.get(".mx_UseCaseSelection_skip").should("exist");
|
cy.get(".mx_UseCaseSelection_skip", { timeout: 30000 }).should("exist");
|
||||||
cy.percySnapshot("Use-case selection screen");
|
cy.percySnapshot("Use-case selection screen");
|
||||||
cy.checkA11y();
|
cy.checkA11y();
|
||||||
cy.get(".mx_UseCaseSelection_skip .mx_AccessibleButton").click();
|
cy.get(".mx_UseCaseSelection_skip .mx_AccessibleButton").click();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue