* eek - removed something by accident in sign_in
This commit is contained in:
parent
8ad10a2ce0
commit
4a072e5cd2
|
|
@ -100,6 +100,7 @@ def sign_in_poltergeist(user, options = {})
|
|||
validate = true if validate.nil?
|
||||
|
||||
visit signin_path
|
||||
fill_in "Email Address:", with: user.email
|
||||
fill_in "Password:", with: user.password
|
||||
click_button "SIGN IN"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue