Skip to content

Commit

Permalink
fix: add force tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ludtkemorgan committed Oct 29, 2024
1 parent 1747739 commit f834449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/partners/cypress/e2e/default/09-lottery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("Lottery Tests", () => {
.should("be.visible")
.type("[email protected]", { force: true })
cy.getByID("[email protected]").first().click()
cy.getByTestId("listings-all-Alameda").check()
cy.getByTestId("listings-all-Alameda").check({ force: true })
cy.getByID("save-user").click()

// Login as partner and view lottery tab
Expand Down

0 comments on commit f834449

Please sign in to comment.