We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688dc2b commit 11c3143Copy full SHA for 11c3143
__checks__/key-user-flows/pages/shop.ts
@@ -36,7 +36,7 @@ export class DanubeShopPage {
36
37
async performLogin(user) {
38
await this.buttonLogin.click();
39
- await this.fieldLoginEmail.fill(user.username);
+ await this.fieldLoginEmail.fill(user.email);
40
await this.fieldLoginPassword.fill(user.password);
41
await this.buttonLoginProceed.click();
42
}
0 commit comments