-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nettoyage AB testing Recap email (#4702)
* feat: nettoyage de l'ab testing dans le recap mail * feat: oublie d'un autre aspect d'ABtesting * feat: supprime les imports inutiles * feat: mise à jour des tests unitaires * fix: prettier clean
- Loading branch information
1 parent
e24d76d
commit 1c3d434
Showing
8 changed files
with
14 additions
and
61 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 |
---|---|---|
|
@@ -253,7 +253,9 @@ const receiveResultsEmail = () => { | |
|
||
const email = "[email protected]" | ||
cy.get("input#email").should("be.visible").type(email) | ||
cy.get(".fr-btn:contains(J'accepte d'être recontacté ou recontactée)") | ||
cy.get( | ||
".fr-btn:contains(Je reçois mon récapitulatif et je me fais accompagner par téléphone)" | ||
) | ||
.should("be.visible") | ||
.click() | ||
|
||
|
@@ -296,7 +298,9 @@ const receiveResultsSms = () => { | |
.click() | ||
// scroll to input#phone | ||
cy.get("input#phone").scrollIntoView().should("be.visible").type(phone) | ||
cy.get(".fr-btn:contains(J'accepte d'être recontacté ou recontactée)") | ||
cy.get( | ||
".fr-btn:contains(Je reçois mon récapitulatif et je me fais accompagner par téléphone)" | ||
) | ||
.should("be.visible") | ||
.click() | ||
|
||
|
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
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
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
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
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
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
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