Skip to content
Snippets Groups Projects
Commit e05f1ece authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed failing profile tests

parent 834eea08
Branches
Tags
1 merge request!3038Profile settings
Loading
Loading
@@ -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
 
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment