Skip to content

Commit

Permalink
fix: update-email test (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Santise committed May 24, 2024
1 parent 0cf23f4 commit f4bb2bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/laboratory/tests/shared/pages/ModalPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,8 @@ export class ModalPage {
this.page.getByTestId('w3m-account-email-update'),
`Expected to go to the account screen after the update`
).toBeVisible()

await expect(this.page.getByText(newEmailAddress)).toBeVisible()
}

async updateOtpFlow(emailAddress: string, mailsacApiKey: string, headerTitle: string) {
Expand Down

0 comments on commit f4bb2bb

Please sign in to comment.