Skip to content

Commit

Permalink
Add missing positive assertion
Browse files Browse the repository at this point in the history
Before a negative one.
  • Loading branch information
wlsf82 committed Jan 26, 2025
1 parent 74cfabf commit e03a353
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/cypress-simulator.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe("Cypress Simulator", () => {

cy.reload()

cy.contains("button", "Login").should("be.visible")
cy.get("#cookieConsent").should("not.be.visible")
})
})
Expand Down

0 comments on commit e03a353

Please sign in to comment.