diff --git a/apps/e2e/tests/authentication/auth.po.ts b/apps/e2e/tests/authentication/auth.po.ts index dc3973a4c..21c3a6176 100644 --- a/apps/e2e/tests/authentication/auth.po.ts +++ b/apps/e2e/tests/authentication/auth.po.ts @@ -57,8 +57,6 @@ export class AuthPageObject { return expect(async () => { const res = await this.mailbox.visitMailbox(email, params); - console.log(res); - expect(res).not.toBeNull(); }).toPass(); }