Skip to content

Commit 2984d84

Browse files
committed
Feat: change email to username
1 parent 8a7af2a commit 2984d84

File tree

1 file changed

+1
-1
lines changed
  • __checks__/key-user-flows/pages

1 file changed

+1
-1
lines changed

__checks__/key-user-flows/pages/shop.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export class DanubeShopPage {
3636

3737
async performLogin(user) {
3838
await this.buttonLogin.click();
39-
await this.fieldLoginEmail.fill(user.email);
39+
await this.fieldLoginEmail.fill(user.username);
4040
await this.fieldLoginPassword.fill(user.password);
4141
await this.buttonLoginProceed.click();
4242
}

0 commit comments

Comments
 (0)