From 931e1e303c95a955bedccc042f15b2a7e9db9093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Noco=C5=84?= Date: Thu, 4 Jan 2024 09:35:17 +0100 Subject: [PATCH] [Behat] Adapted tests after redirect change --- features/personas/ChangePassword.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/personas/ChangePassword.feature b/features/personas/ChangePassword.feature index fedf191337..5d55b957d5 100644 --- a/features/personas/ChangePassword.feature +++ b/features/personas/ChangePassword.feature @@ -10,7 +10,7 @@ Feature: Verify that an User allowed to change password can change his password And I change password from "Passw0rd-42" to "Passw0rd-43" And I perform the "Update" action Then success notification that "Your password has been successfully changed." appears - And I should be on Dashboard page + And I should be on "User settings" page Scenario: I can log in with new password Given I open Login page in admin SiteAccess