Remove unnecessary console.log in auth tests
The redundant console.log statement that was previously used for debugging, was removed from the auth.po.ts file of authentication tests. This change keeps the code cleaner and prevents unnecessary output during testing.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user