From f34f7cb6689c3fd991fe325242f45ec1c06fb551 Mon Sep 17 00:00:00 2001 From: Christopher Joe Date: Mon, 9 Oct 2017 16:00:12 +1300 Subject: [PATCH] Fix surname behat test --- tests/behat/features/profile.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/behat/features/profile.feature b/tests/behat/features/profile.feature index af1536728..8c21656ec 100644 --- a/tests/behat/features/profile.feature +++ b/tests/behat/features/profile.feature @@ -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"