1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

test: correct selector for Main Title of page

This commit is contained in:
2024-01-28 16:13:02 +01:00
parent 05503cda26
commit c8d32c6acc
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ describe("Common > Header", () => {
cy.get("[data-cy=locales-list]").should("not.be.visible")
cy.get("[data-cy=locale-click]").click()
cy.get("[data-cy=locales-list]").should("be.visible")
cy.get("h1").click()
cy.get("main h1").click()
cy.get("[data-cy=locales-list]").should("not.be.visible")
})
})