Skip to content

Commit e590799

Browse files
authored
fix(e2e): les données de la fiche MT ont été modifié (#6412)
1 parent a5c11ed commit e590799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/code-du-travail-frontend/cypress/integration/light/fiche-ministere-travail.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ describe("Page Ministère du travail", () => {
88
cy.contains("a", "Fiche Ministère du travail")
99
.should("have.attr", "href")
1010
.and("contain", "https://travail-emploi.gouv.fr");
11-
cy.findAllByRole("heading", { level: 2 }).should("have.length", 10);
11+
cy.findAllByRole("heading", { level: 2 }).should("have.length", 12);
1212
cy.get("h2")
1313
.first()
1414
.should("contain.text", "Qu'est-ce qu'une entreprise d’insertion");

0 commit comments

Comments
 (0)