diff options
author | Patricio Cano <patricio@gitlab.com> | 2014-10-23 17:49:48 -0500 |
---|---|---|
committer | Patricio Cano <patricio@gitlab.com> | 2014-10-23 17:49:48 -0500 |
commit | 7fbc4f5b3ac2abfa8ad94cc228114462b7b94601 (patch) | |
tree | ececd9ce78e7f4470824322e0dc94c0aae6dd1e7 /features/steps/profile | |
parent | 7039c9868a3209d89f8306c65ca5b74f8e2ea2c0 (diff) | |
download | gitlab-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/steps/profile')
-rw-r--r-- | features/steps/profile/profile.rb | 2 |
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 |