themes and dimensions

This commit is contained in:
Owen Rees
2023-06-12 15:41:09 +02:00
parent 95f0a37c76
commit 254d4603aa
18 changed files with 204 additions and 34 deletions
+2 -2
View File
@@ -31,7 +31,7 @@ describe("Verify component mount", () => {
});
it("correct h1 tags with page title included", () => {
cy.get("h1").contains("qui sommes-nous", { matchCase: false });
cy.get("h2").contains("qui sommes-nous", { matchCase: false });
});
navbarFooterCheck();
@@ -43,7 +43,7 @@ describe("Verify component mount", () => {
});
it("correct h1 tags with page title included", () => {
cy.get("h1").contains("contactez-nous", { matchCase: false });
cy.get("h2").contains("contactez-nous", { matchCase: false });
});
navbarFooterCheck();