web: click on submit button on password entry in login test

This commit is contained in:
Abdullah Atta
2023-01-06 11:16:44 +05:00
committed by Abdullah Atta
parent dd2a27337f
commit 206b72a5f8

View File

@@ -70,6 +70,8 @@ export class AuthModel {
if (user.password) {
await this.passwordInput.fill(user.password);
await this.submitButton.click();
}
await this.page