Merge pull request #7453 from open-sausages/pulls/4.0/i-said-good-day-surname

Fix surname behat test
This commit is contained in:
Daniel Hensby 2017-10-09 14:45:13 +01:00 committed by GitHub
commit b38942b3fa

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"