diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 15:05:57 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-02 11:41:52 +0000 |
commit | e05f1ece917c5176f27142d106b623931d1b0c6c (patch) | |
tree | 10c221ccebf2f731e3c555ac965a5fdc631ec2fe /features | |
parent | 834eea08565397d58e043ea61f945171c70018e2 (diff) | |
download | gitlab-ce-e05f1ece917c5176f27142d106b623931d1b0c6c.tar.gz |
Fixed failing profile tests
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/profile/profile.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/profile/profile.rb b/features/steps/profile/profile.rb index 7895f643d0c..a60db1cb534 100644 --- a/features/steps/profile/profile.rb +++ b/features/steps/profile/profile.rb @@ -13,7 +13,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps fill_in 'user_website_url', with: 'testurl' fill_in 'user_location', with: 'Ukraine' fill_in 'user_bio', with: 'I <3 GitLab' - click_button 'Save changes' + click_button 'Update profile settings' @user.reload end @@ -237,7 +237,7 @@ class Spinach::Features::Profile < Spinach::FeatureSteps page.find('#user_avatar_crop_y', visible: false).set('0') page.find('#user_avatar_crop_size', visible: false).set('256') - click_button "Save changes" + click_button "Update profile settings" @user.reload end |