Browse Source

Sign in or Log in button indifferent

master
Dmitrii Golub 10 years ago
parent
commit
f833673c26
  1. 2
      spec/support/features_spec_helper.rb

2
spec/support/features_spec_helper.rb

@ -8,7 +8,7 @@ module FeaturesSpecHelper
def complete_sign_in_form_for(user)
fill_in "Email", with: user.email
fill_in "Password", with: 'password'
click_button "Sign in"
find('.actions input').click # 'Sign in' or 'Log in'
end
end

Loading…
Cancel
Save