fix typo in POM file

This commit is contained in:
mahula 2022-07-15 14:20:24 +02:00
parent c55a8b1214
commit 0dca2725e7

View File

@ -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
} }