Skip to content

Commit

Permalink
test: fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Nov 6, 2023
1 parent 5391f99 commit 09303af
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 @@ -21,6 +21,7 @@ describe("Account ID Test", () => {
cy.get("[data-testid=email_login_next_btn]").click()
cy.getOTP(email).then((otp) => {
const code = otp
cy.wait(2000)
cy.get("[data-testid=verification_code_input]").type(code)
cy.get("[data-testid=submit_consent_btn]").click()
})
Expand Down

0 comments on commit 09303af

Please sign in to comment.