diff --git a/cypress/integration/common/steps.js b/cypress/integration/common/steps.js index 61d46b5df..f996db992 100644 --- a/cypress/integration/common/steps.js +++ b/cypress/integration/common/steps.js @@ -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"]);