summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2014-10-23 17:49:48 -0500
committerPatricio Cano <patricio@gitlab.com>2014-10-23 17:49:48 -0500
commit7fbc4f5b3ac2abfa8ad94cc228114462b7b94601 (patch)
treeececd9ce78e7f4470824322e0dc94c0aae6dd1e7 /features
parent7039c9868a3209d89f8306c65ca5b74f8e2ea2c0 (diff)
downloadgitlab-ce-7fbc4f5b3ac2abfa8ad94cc228114462b7b94601.tar.gz
Corrected the layout of the strength indicator to be more consistent throughout the application.
Fixed a test that was looking for an outdated HTML ID
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 0f7f33fe8ce..7d3bea7878e 100644
--- a/features/steps/profile/profile.rb
+++ b/features/steps/profile/profile.rb
@@ -146,7 +146,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps
step 'I submit new password' do
fill_in :user_current_password, with: '12345678'
- fill_in :user_password, with: '12345678'
+ fill_in :user_password_profile, with: '12345678'
fill_in :user_password_confirmation, with: '12345678'
click_button "Set new password"
end