From 463d2224be3f408755e2f04505ecbd63df315604 Mon Sep 17 00:00:00 2001 From: mahula Date: Wed, 12 Jul 2023 10:00:35 +0200 Subject: [PATCH] make e2e tests failto test html reporting --- cypress/e2e/UserProfile.ChangePassword.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/e2e/UserProfile.ChangePassword.feature b/cypress/e2e/UserProfile.ChangePassword.feature index a7eec1cce..e3a0bebf7 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 | incorrect | + | Your old password | exposed | | 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" "secure" + But I fill in my credentials "peterpan@example.org" "secu" And I click on "submit button" And I can login successfully