We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5664cb7 commit baefd37Copy full SHA for baefd37
pages/LoginPage.ts
@@ -34,6 +34,12 @@ export class LoginPage extends BasePage {
34
await this.clickElement(this.btnLogin);
35
}
36
37
+ async loginWithUsername(userName: string) {
38
+ await this.enterText(this.txtUserName, userName);
39
+
40
+ await this.clickElement(this.btnLogin);
41
+ }
42
43
44
45
0 commit comments