Fix cypress

This commit is contained in:
Robert Schäfer 2019-07-10 09:01:57 +02:00
parent 4207aee09d
commit 6f4e1b6f30

View File

@ -276,7 +276,7 @@ When("I fill the password form with:", table => {
table = table.rowsHash();
cy.get("input[id=oldPassword]")
.type(table["Your old password"])
.get("input[id=newPassword]")
.get("input[id=password]")
.type(table["Your new passsword"])
.get("input[id=passwordConfirmation]")
.type(table["Confirm new password"]);