diff --git a/cypress/e2e/UserProfile.ChangePassword.feature b/cypress/e2e/UserProfile.ChangePassword.feature index e3a0bebf7..a7eec1cce 100644 --- a/cypress/e2e/UserProfile.ChangePassword.feature +++ b/cypress/e2e/UserProfile.ChangePassword.feature @@ -18,7 +18,7 @@ Feature: User profile - change password Scenario: Incorrect Old Password When I fill the password form with: - | Your old password | exposed | + | Your old password | incorrect | | Your new password | secure | | Confirm new password | secure | And I submit the form @@ -50,6 +50,6 @@ Feature: User profile - change password Then I fill in my credentials "peterpan@example.org" "exposed" And I click on "submit button" And I cannot login anymore - But I fill in my credentials "peterpan@example.org" "secu" + But I fill in my credentials "peterpan@example.org" "secure" And I click on "submit button" And I can login successfully