Skip to content

Commit

Permalink
test: fix email login test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Nov 10, 2023
1 parent b30d7ae commit 253a676
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/consent/cypress/e2e/email-sign-in/login-email.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe("Account ID Test", () => {
const code = otp
cy.wait(2000)
cy.get("[data-testid=verification_code_input]").type(code)
cy.wait(2000)
cy.get("[data-testid=submit_consent_btn]").click()
})
})
Expand Down

0 comments on commit 253a676

Please sign in to comment.