Fix behat test

This commit is contained in:
Christopher Joe 2017-10-06 13:40:11 +13:00
parent 1a324d9d77
commit 578f3f208c

View File

@ -18,7 +18,7 @@ Feature: Manage my own settings
Given I go to "admin/myprofile" Given I go to "admin/myprofile"
Then I should not see "Joe" Then I should not see "Joe"
Then I should see "Jack" Then I should see "Jack"
And I should see "Johnson" And I should not see "Johnson"
Scenario: I can't reset the password without the original Scenario: I can't reset the password without the original
Given I follow "Change Password" Given I follow "Change Password"