1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Increase timeout in Cypress register test (#9371)

This commit is contained in:
Michael Weimann
2022-10-07 13:29:04 +02:00
committed by GitHub
parent bf662851f6
commit 7fd2fb9359

View File

@@ -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();