mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix selection if identifiers for login POM in Playwright tests
This commit is contained in:
parent
9860a0509d
commit
e8bcda810a
@ -11,8 +11,8 @@ export class LoginPage {
|
||||
this.page = page;
|
||||
this.url = './login';
|
||||
this.emailInput = page.locator('id=Email-input-field');
|
||||
this.passwordInput = page.locator('id=Passwort-input-field');
|
||||
this.submitBtn = page.locator('text=Anmeldung');
|
||||
this.passwordInput = page.locator('id=Password-input-field');
|
||||
this.submitBtn = page.locator('text=Login');
|
||||
}
|
||||
|
||||
async goto() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user