Skip to content

Commit

Permalink
fix(test e2e): modification de la date pour ête dans 18 mois
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Jan 9, 2025
1 parent 645aa6d commit dca8190
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ describe("Outil - Indemnité de licenciement", () => {
cy.get("#route-none").check();
cy.contains("Suivant").click();

cy.get("#dateEntree").type("2000-01-01");
cy.get("#dateNotification").type("2023-06-01");
cy.get("#dateSortie").type("2023-06-01");
cy.get("#dateEntree").type("2001-01-01");
cy.get("#dateNotification").type("2024-06-01");
cy.get("#dateSortie").type("2024-06-01");

cy.contains("Oui").click();
cy.get("[name='0.duration']").type("1");
Expand Down

0 comments on commit dca8190

Please sign in to comment.