Remove unnecessary click
This commit is contained in:
parent
811795a699
commit
a31c7f7e63
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue