We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 593e1bf commit 38f9b04Copy full SHA for 38f9b04
cypress/e2e/signin_with_totp_enrollment/index.cy.ts
@@ -61,7 +61,7 @@ describe("sign-in with totp enrollment", () => {
61
// Wait for connexion to last
62
cy.wait(5 * 1000);
63
64
- cy.reload();
+ cy.get("button.fr-btn").contains("Continuer").click();
65
66
cy.contains("merci de vous identifier à nouveau.");
67
0 commit comments