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 edf8306
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion features/personas/ChangePassword.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Verify that an User allowed to change password can change his password
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 open "Change password" page in admin SiteAccess
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
2 changes: 1 addition & 1 deletion src/lib/Behat/Page/ChangePasswordPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ protected function getRoute(): string

public function getName(): string
{
return 'Change password page';
return 'Change password';
}
}

0 comments on commit edf8306

Please sign in to comment.