diff --git a/apps/laboratory/tests/shared/pages/ModalPage.ts b/apps/laboratory/tests/shared/pages/ModalPage.ts index 4d18a99370..fef29c7c85 100644 --- a/apps/laboratory/tests/shared/pages/ModalPage.ts +++ b/apps/laboratory/tests/shared/pages/ModalPage.ts @@ -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) {