-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9900467
commit e77aed1
Showing
2 changed files
with
5 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ describe("sign-in with email verification renewal", () => { | |
|
||
cy.login("[email protected]"); | ||
|
||
cy.contains("Vérifier votre email"); | ||
cy.contains("Confirmer votre adresse"); | ||
|
||
cy.contains( | ||
"Information : pour garantir la sécurité de votre compte, nous avons besoin d’authentifier votre navigateur.", | ||
|
@@ -36,16 +36,8 @@ describe("sign-in with email verification renewal", () => { | |
|
||
cy.login("[email protected]"); | ||
|
||
cy.get('a[href="/users/verify-email-help"]') | ||
.contains( | ||
"J'ai attendu quelques secondes et je ne reçois pas de code de vérification", | ||
) | ||
.click(); | ||
|
||
cy.contains("Vous ne recevez pas le code de vérification"); | ||
|
||
cy.get('[action="/users/send-email-verification"] [type="submit"]') | ||
.contains("Cliquez ici pour recevoir un nouveau code") | ||
.contains("Recevoir un nouvel email") | ||
.should("be.disabled"); | ||
|
||
// Wait for countdown to last | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters