fixes specs

This commit is contained in:
rgarcia
2015-09-07 01:01:10 +02:00
parent 8d2d86f0c0
commit 2cd997ce46
2 changed files with 2 additions and 0 deletions

View File

@@ -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'

View File

@@ -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