test/test_helper.rb in lentil-0.3.1 vs test/test_helper.rb in lentil-0.4.0
- old
+ new
@@ -42,10 +42,10 @@
def login_admin_user
user = lentil_admin_users(:one)
visit admin_root_path
fill_in 'Email', with: 'admin@example.com'
fill_in 'Password', with: 'password'
- click_on 'Sign in'
+ click_on 'Log in'
end
def browser_start
Capybara.current_driver = :webkit #_with_long_timeout
end