We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c830936 commit 47f04d3Copy full SHA for 47f04d3
__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.email);
+ await this.fieldLoginEmail.fill(user.username);
40
await this.fieldLoginPassword.fill(user.password);
41
await this.buttonLoginProceed.click();
42
}
0 commit comments