Skip to content

Commit

Permalink
chore: Replace deprecated method type -> fill
Browse files Browse the repository at this point in the history
  • Loading branch information
flozia committed Sep 27, 2024
1 parent 71a0336 commit d7cd7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/e2e/pages/authPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export class AuthPage {
await this.passwordConfirmInputField.fill(
process.env.E2E_TEST_ACCOUNT_PASSWORD as string,
);
await this.ageInputField.type("31");
await this.ageInputField.fill("31");
await this.continue({ waitForURL: "**/oauth/**" });
const vc = await getVerificationCode(email, page);
await this.enterVerificationCode(vc);
Expand Down

0 comments on commit d7cd7df

Please sign in to comment.