提交 1fd09260 编写于 作者: B Bryce Johnson

Click first Sign In in login_helper.

上级 673c23dd
......@@ -33,9 +33,7 @@ module LoginHelpers
fill_in "user_login", with: user.email
fill_in "user_password", with: "12345678"
check 'user_remember_me' if remember
page.within '.login-box' do
click_button "Sign in"
end
first('.login-box').click_button('Sign in')
Thread.current[:current_user] = user
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册