mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
web: click on submit button on password entry in login test
This commit is contained in:
committed by
Abdullah Atta
parent
dd2a27337f
commit
206b72a5f8
@@ -70,6 +70,8 @@ export class AuthModel {
|
||||
|
||||
if (user.password) {
|
||||
await this.passwordInput.fill(user.password);
|
||||
|
||||
await this.submitButton.click();
|
||||
}
|
||||
|
||||
await this.page
|
||||
|
||||
Reference in New Issue
Block a user