We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b196 commit 588cbcfCopy full SHA for 588cbcf
cypress/integration/home.spec.ts
@@ -1,13 +1,7 @@
1
describe("Home page", () => {
2
it("should render the main page", () => {
3
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
+ cy.title().should("equal", "Template | beta.gouv.fr");
+ cy.get("h1").should("equal", "Template");
12
});
13
0 commit comments