Skip to content

Commit

Permalink
fix: cypress issues
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Nov 12, 2024
1 parent 5457a41 commit ddac1ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("Conventions collectives", () => {
.click();
cy.get("body").should(
"contain",
"Retrouvez les questions/réponses fréquentes organisées par thème"
"Les conventions collectives présentées sont les plus représentatives en termes de nombre de salariés"
);
cy.get("#content a").should("have.length", 49);
cy.get("#content a").first().click();
Expand Down

0 comments on commit ddac1ae

Please sign in to comment.