You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2020. It is now read-only.
When I tried adding poltergeist, no requests were showing up in my test.log. After some investigation, I saw the url was about:blank and the body of the request was
<html><head></head><body></body></html>
I had given up on poltergeist, and tried webkit-capybara instead. It gave me the error
Unable to load URL: http://127.0.0.1:57361/ because of error loading https://127.0.0.1:57361/: SSL handshake failed
which helped me figure out the problem with poltergeist was trying to load the SSL page.
It would be nice if their was a warning or exception under the same circumstances with poltergeist. But my main motivation in reporting this bug is so if other people have the same issue, it will show up in their search results (I wasn't able to find any clues by googling).