Skip to content

Commit

Permalink
fix(spec) : fix de la spec article-code-du-travail.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Sep 23, 2024
1 parent e830c52 commit 1935bcf
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ describe("Article code du travail", () => {
it("je vois une page article code du travail", () => {
cy.visit("/code-du-travail/l2312-1");
cy.findByRole("heading", { level: 1 }).should("have.text", "L2312-1");
cy.get("body").should("contain", "Source: Code du travail");
cy.get("a").contains("Code du travail").should(
"have.attr",
"href",
"https://www.legifrance.gouv.fr/affichCodeArticle.do;?idArticle=LEGIARTI000036262407&cidTexte=LEGITEXT000006072050"
);
cy.get("body").should(
"contain",
"Les attributions du comité social et économique des entreprises de moins de cinquante salariés sont définies par la section 2 du présent chapitre."
Expand Down

0 comments on commit 1935bcf

Please sign in to comment.