From a31c7f7e63e1d870e30112b089ffd888467928c2 Mon Sep 17 00:00:00 2001 From: JennyNou Date: Wed, 25 Mar 2026 15:30:32 -0400 Subject: [PATCH] Remove unnecessary click --- playwright-tests/pages/AfterpayPage.ts | 1 - 1 file changed, 1 deletion(-) 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(); }