Skip to content

Commit 85b3ba9

Browse files
author
Jimmy Andrade
committedMay 16, 2020
fix(e2e): wait for report page data on visiting /denunciar
1 parent e318b6b commit 85b3ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎cypress/e2e/index.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ describe("Parking report page", () => {
3838
it("should be with correct URL", () => {
3939
cy.visit("/denunciar")
4040
cy.wait("@appData")
41-
cy.wait("@indexPageData")
41+
cy.wait("@reportPageData")
4242
cy.url().should("contain", "/denunciar")
4343
})
4444
it("should have no detectable accessibility violations on load", () => {

0 commit comments

Comments
 (0)