We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eedcce2 commit 2e784f5Copy full SHA for 2e784f5
tests/pages/indexPage.ts
@@ -26,7 +26,7 @@ export class IndexPage {
26
27
async fillPassword() {
28
// TODO: use the secret service.
29
- await this.password.fill('Dev0psd@y2024');
+ await this.password.fill('');
30
await expect(this.password).toBeVisible();
31
}
32
tests/pages/registerPage.ts
@@ -33,7 +33,7 @@ export class RegisterPage {
33
34
35
36
37
38
39
0 commit comments