Skip to content

Commit

Permalink
tests(cypress): update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccadumazert committed Jan 10, 2025
1 parent fb152a9 commit 6687e42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions cypress/e2e/join_and_moderation/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ describe("join and moderation", () => {
cy.get('[name="siret"]').type("66204244933106");
cy.get('[type="submit"]').click();

cy.contains("Rattachement en cours");
cy.contains("Demande en cours");
cy.contains(
"⏱️ Notre équipe étudie votre demande de rattachement à l’organisation Bnp paribas - Bnp pariba",
"Nous vérifions votre lien à l’organisation, vous recevrez un email de confirmation dès que votre compte sera validé.",
);
cy.contains("avec l’adresse email [email protected].");
});
});
2 changes: 1 addition & 1 deletion cypress/e2e/join_must_confirm/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ describe("join organizations", () => {
cy.get('[type="submit"]').contains("Continuer avec cet email").click();

cy.contains(
"Notre équipe étudie votre demande de rattachement à l’organisation Totalenergies se avec l’adresse email [email protected].",
"Nous vérifions votre lien à l’organisation, vous recevrez un email de confirmation dès que votre compte sera validé.",
);
});
});
2 changes: 1 addition & 1 deletion cypress/e2e/join_org_with_verified_domain/index.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("join organizations", () => {

// Check redirection to moderation block page
cy.contains(
"Notre équipe étudie votre demande de rattachement à l’organisation Direction interministerielle du numerique (DINUM) avec l’adresse email [email protected]",
"Nous vérifions votre lien à l’organisation, vous recevrez un email de confirmation dès que votre compte sera validé.",
);

// Try to change org
Expand Down

0 comments on commit 6687e42

Please sign in to comment.