diff --git a/cypress/e2e/signin_with_email_verification/index.cy.ts b/cypress/e2e/signin_with_email_verification/index.cy.ts index 13b5c50f..4fbb8a26 100644 --- a/cypress/e2e/signin_with_email_verification/index.cy.ts +++ b/cypress/e2e/signin_with_email_verification/index.cy.ts @@ -6,7 +6,7 @@ describe("sign-in with email verification renewal", () => { cy.login("lion.eljonson@darkangels.world"); - 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("rogal.dorn@imperialfists.world"); - 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") + cy.get('[action="/users/send-email-verification"]') + .contains("Recevoir un nouvel email") .should("be.disabled"); // Wait for countdown to last diff --git a/src/views/user/verify-email.ejs b/src/views/user/verify-email.ejs index bfcb299e..666ab5e3 100644 --- a/src/views/user/verify-email.ejs +++ b/src/views/user/verify-email.ejs @@ -41,8 +41,8 @@ method="post" > -