From 4601d26245e238a814945e7a0386f780a28d951f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Szo=C5=82tysek?= Date: Mon, 10 Jan 2022 19:44:28 +0100 Subject: [PATCH] IBX-1776: Quick-fix for Change password behat scenario --- behat_suites.yml | 1 + features/personas/ChangePassword.feature | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/behat_suites.yml b/behat_suites.yml index 12e0295d22..a62bae4595 100644 --- a/behat_suites.yml +++ b/behat_suites.yml @@ -49,6 +49,7 @@ browser: - Ibexa\AdminUi\Behat\BrowserContext\TrashContext - Ibexa\AdminUi\Behat\BrowserContext\UDWContext - Ibexa\AdminUi\Behat\BrowserContext\UserPreferencesContext + - Ibexa\Behat\Browser\Context\BrowserContext admin-ui-full: paths: diff --git a/features/personas/ChangePassword.feature b/features/personas/ChangePassword.feature index 3714cbedd1..72c037d6c0 100644 --- a/features/personas/ChangePassword.feature +++ b/features/personas/ChangePassword.feature @@ -1,10 +1,11 @@ @javascript @changePassword Feature: Verify that an User allowed to change password can change his password + @lorem Scenario: I can change my password Given I open Login page in admin SiteAccess And I log in as "UserPassword" with password "Passw0rd-42" - When I go to change my password + When I visit "user/change-password" on siteaccess "admin" And I change password from "Passw0rd-42" to "Passw0rd-43" And I click on the edit action bar button "Update" Then success notification that "Your password has been successfully changed." appears