Skip to content

Commit

Permalink
fix(e2e): set good enterprise name
Browse files Browse the repository at this point in the history
  • Loading branch information
maxgfr committed Dec 28, 2023
1 parent 57649c6 commit 6e532c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe("Outil - Préavis de retraite", () => {
cy.contains("Cliquez sur Suivant pour poursuivre la simulation.");
cy.get('[aria-label="Fermer"]').click();
cy.get("#enterprise-search").clear();
cy.get("#enterprise-search").type("Ondo", { delay: 0 });
cy.get("#enterprise-search").type("VERNIN", { delay: 0 });
cy.get("#enterprise-search-address").type("69007", { delay: 0 });
cy.get('button[type="submit"]').last().click();
cy.contains("VERNIN").click();
Expand Down

0 comments on commit 6e532c4

Please sign in to comment.