-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Net::ReadTimeout error on Windows with Capybara 2.2 #1203
Comments
I have a related (the same?) the same problem but on Ubuntu 13.10, firefox 26.0. Stacktrace and behavior seems the same, but I don't get a timeout though. I was not even running seleium tests when the error occurred. Maybe that was the problem? 17 scenarios are passing before one scenario fails in the After hook in cucumber.rb:8, after that all tests fail in the After hook. Reverting to 2.1.0 or commenting out the call to reset_sessions! works.
|
See https://gist.github.com/mattwynne/7821742 for the error.
This happens at the end of a Cucumber scenario on a Windows 7 box with Capybara 2.2 running Firefox. When I pinned back to Capybara 2.1 the problem went away.
The text was updated successfully, but these errors were encountered: