We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e318b6b commit 85b3ba9Copy full SHA for 85b3ba9
cypress/e2e/index.spec.js
@@ -38,7 +38,7 @@ describe("Parking report page", () => {
38
it("should be with correct URL", () => {
39
cy.visit("/denunciar")
40
cy.wait("@appData")
41
- cy.wait("@indexPageData")
+ cy.wait("@reportPageData")
42
cy.url().should("contain", "/denunciar")
43
})
44
it("should have no detectable accessibility violations on load", () => {
0 commit comments