Fix surname behat test

This commit is contained in:
Christopher Joe 2017-10-09 16:00:12 +13:00
parent 311811a261
commit f34f7cb668
1 changed files with 1 additions and 1 deletions

View File

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