Skip to content

Commit

Permalink
IBX-1776: Quick-fix for Change password behat scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
micszo committed Jan 10, 2022
1 parent 99d2675 commit 4601d26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions behat_suites.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 2 additions & 1 deletion features/personas/ChangePassword.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4601d26

Please sign in to comment.