Skip to content

Commit 588cbcf

Browse files
committed
cypress
1 parent 521b196 commit 588cbcf

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

cypress/integration/home.spec.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
describe("Home page", () => {
22
it("should render the main page", () => {
33
cy.visit("http://localhost:3000/");
4-
cy.title().should(
5-
"equal",
6-
"Template | Fabrique numérique des ministères sociaux"
7-
);
8-
cy.get("h1").should(
9-
"contain",
10-
"Template de la fabrique des ministères sociaux"
11-
);
4+
cy.title().should("equal", "Template | beta.gouv.fr");
5+
cy.get("h1").should("equal", "Template");
126
});
137
});

0 commit comments

Comments
 (0)