We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 539c2a6 commit dc30fd9Copy full SHA for dc30fd9
__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