summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 10:20:31 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-10 12:11:29 +0200
commitf3d5b565d50e1bb13644c30275f5e4aba2276d39 (patch)
tree161b1e54babb404460fce2b689225214280916f2 /features
parent2293cb1051de5d4a0d5842ce82329bd0656673e0 (diff)
downloadgitlab-ce-f3d5b565d50e1bb13644c30275f5e4aba2276d39.tar.gz
fix profile tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/profile/profile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb
index a72f8a44f96..7bb4aebde28 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -85,7 +85,7 @@ class Profile < Spinach::FeatureSteps
end
step "I should see a password error message" do
- page.should have_content "Password doesn't match confirmation"
+ page.should have_content "Password confirmation doesn't match"
end
step 'I reset my token' do