Skip to content

Commit

Permalink
[Behat][Admin][Shop] Change shop user password scenario
Browse files Browse the repository at this point in the history
  • Loading branch information
Zales0123 committed Oct 27, 2016
1 parent 85c8214 commit 43b23c6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions features/user/managing_users/changing_shop_user_password.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
@managing_users
Feature: Changing shop user password
In order to modify shop user credentials
As an Administrator
I want to be able to change shop user password

Background:
Given there is a user "kibsoon@example.com" identified by "goodGuy"
And I am logged in as an administrator

@ui @todo
Scenario: Changing password of shop user
When I change user "kibsoon@example.com" password to "veryGoodGuy"
Then I should be notified that it has been successfully edited
And I should be able to log in as "kibsoon@example.com" with "veryGoodGuy" password

0 comments on commit 43b23c6

Please sign in to comment.