Remove unnecessary click

This commit is contained in:
JennyNou 2026-03-25 15:30:32 -04:00
parent 811795a699
commit a31c7f7e63

View file

@ -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();
}