Skip to content

Commit

Permalink
fix: cypress test?
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth committed Oct 27, 2023
1 parent 19d748f commit 381f9c3
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 @@ -16,6 +16,7 @@ describe("Account ID Test", () => {
it("Login email Test", () => {
cy.log("login challenge : ", login_challenge)
const email = testData.EMAIL
cy.wait(2000)
cy.get("[data-testid=email_id_input]").type(email)
cy.get("[data-testid=email_login_next_btn]").click()
cy.getOTP(email).then((otp) => {
Expand Down

0 comments on commit 381f9c3

Please sign in to comment.