mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix typo in POM file
This commit is contained in:
parent
c55a8b1214
commit
0dca2725e7
@ -9,7 +9,7 @@ class LoginPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
enterPassword(password) {
|
enterPassword(password) {
|
||||||
cy.get('[id=Passwors-input-field]').clear().type(password)
|
cy.get('[id=Password-input-field]').clear().type(password)
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user