fixes specs
This commit is contained in:
@@ -13,6 +13,7 @@ feature 'Organizations' do
|
|||||||
fill_in 'user_password', with: 'greenpeace'
|
fill_in 'user_password', with: 'greenpeace'
|
||||||
fill_in 'user_password_confirmation', with: 'greenpeace'
|
fill_in 'user_password_confirmation', with: 'greenpeace'
|
||||||
fill_in 'user_captcha', with: correct_captcha_text
|
fill_in 'user_captcha', with: correct_captcha_text
|
||||||
|
check 'user_terms_of_service'
|
||||||
|
|
||||||
click_button 'Sign up'
|
click_button 'Sign up'
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ module CommonActions
|
|||||||
fill_in 'user_password', with: password
|
fill_in 'user_password', with: password
|
||||||
fill_in 'user_password_confirmation', with: password
|
fill_in 'user_password_confirmation', with: password
|
||||||
fill_in 'user_captcha', with: correct_captcha_text
|
fill_in 'user_captcha', with: correct_captcha_text
|
||||||
|
check 'user_terms_of_service'
|
||||||
|
|
||||||
click_button 'Sign up'
|
click_button 'Sign up'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user