Skip to content

Commit

Permalink
Add wait command. Test still randomly fails sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Nov 7, 2023
1 parent a2f8bfa commit d675ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/searchAndFilter.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe("search and filter", () => {
},
})

cy.contains("en").click().wait(0) // eslint-disable-line
cy.contains("en").click().wait(1000) // eslint-disable-line

// cy.get(".currentLanguage").contains("en").should("exist")
cy.get("span").contains("Konzept 1").should("not.exist")
Expand Down

0 comments on commit d675ac2

Please sign in to comment.