Skip to content

Commit 2e784f5

Browse files
committed
fix: remove the pw for security
1 parent eedcce2 commit 2e784f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/pages/indexPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export class IndexPage {
2626

2727
async fillPassword() {
2828
// TODO: use the secret service.
29-
await this.password.fill('Dev0psd@y2024');
29+
await this.password.fill('');
3030
await expect(this.password).toBeVisible();
3131
}
3232

tests/pages/registerPage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export class RegisterPage {
3333

3434
async fillPassword() {
3535
// TODO: use the secret service.
36-
await this.password.fill('Dev0psd@y2024');
36+
await this.password.fill('');
3737
await expect(this.password).toBeVisible();
3838
}
3939

0 commit comments

Comments
 (0)