diff --git a/playwright-tests/pages/AfterpayPage.ts b/playwright-tests/pages/AfterpayPage.ts index 98c66131..5053cf14 100644 --- a/playwright-tests/pages/AfterpayPage.ts +++ b/playwright-tests/pages/AfterpayPage.ts @@ -29,7 +29,6 @@ export class AfterpayPage extends BasePage { } async login(password: string) { - await this.passwordTextBox.click(); await this.passwordTextBox.fill(password); await this.submitButton.click(); }