Skip to content

Instantly share code, notes, and snippets.

@jonleighton
Created October 31, 2011 08:58
Show Gist options
  • Save jonleighton/1327145 to your computer and use it in GitHub Desktop.
Save jonleighton/1327145 to your computer and use it in GitHub Desktop.
$ bundle exec rspec spec/integration/
..............................................................................F..................................................................................................................................................................................................................................................................................................................................................................................................
Failures:
1) Capybara::Session with poltergeist driver it should behave like session it should behave like check#check unchecking should not change an already unchecked checkbox
Failure/Error: @session.uncheck('form_pets_cat')
Capybara::Poltergeist::DeadClient:
The PhantomJS client died while processing {"name":"visible","args":[1]}
Shared Example Group: "check" called from
# ./lib/capybara/poltergeist/server_manager.rb:60:in `send'
# ./lib/capybara/poltergeist/server.rb:19:in `send'
# ./lib/capybara/poltergeist/browser.rb:120:in `command'
# ./lib/capybara/poltergeist/browser.rb:63:in `visible?'
# ./lib/capybara/poltergeist/node.rb:10:in `command'
# ./lib/capybara/poltergeist/node.rb:69:in `visible?'
# (eval):2:in `uncheck'
Finished in 62.4 seconds
465 examples, 1 failure
Failed examples:
rspec /home/turnip/.rvm/gems/ruby-1.9.2-p290/bundler/gems/capybara-6b9e08b05ba9/lib/capybara/spec/session/check_spec.rb:34 # Capybara::Session with poltergeist driver it should behave like session it should behave like check#check unchecking should not change an already unchecked checkbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment