summaryrefslogtreecommitdiff
path: root/features/steps/profile
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-09 00:56:45 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-09 00:56:45 +0200
commitc466f389fa3a4b7fd758485f8d46f2131a991148 (patch)
tree6aa7d2aef7c6e14756bb24218b71740f5b65b8dc /features/steps/profile
parent997a317b4c3b6b379f398010f40dae490759275d (diff)
downloadgitlab-ce-c466f389fa3a4b7fd758485f8d46f2131a991148.tar.gz
Update tests to match new wiki header
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/steps/profile')
-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 0305f7e6da0..6b0c1049ece 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -97,7 +97,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
end
step "I should see a password error message" do
- page.within '.alert' do
+ page.within '.alert-danger' do
expect(page).to have_content "Password confirmation doesn't match"
end
end