Created
July 24, 2012 22:48
-
-
Save rinaldifonseca/3173169 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Home Page | |
Failure/Error: visit product_path product | |
Capybara::Poltergeist::JavascriptError: | |
One or more errors were raised in the Javascript code on the page: | |
SyntaxError: Parse error | |
TypeError: 'null' is not an object (evaluating 'images[$($("#product-variants input[type=radio]")[0]).val()]') | |
http://127.0.0.1:59645/javascripts/product.js?1340290882:32 | |
http://127.0.0.1:59645/javascripts/product.js?1340290882:17 | |
http://127.0.0.1:59645/javascripts/jquery.min.js?1331840461:2 | |
http://127.0.0.1:59645/javascripts/jquery.min.js?1331840461:2 | |
http://127.0.0.1:59645/javascripts/jquery.min.js?1331840461:2 | |
http://127.0.0.1:59645/javascripts/jquery.min.js?1331840461:2 | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/poltergeist-0.6.0/lib/capybara/poltergeist/browser.rb:122:in `command' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/poltergeist-0.6.0/lib/capybara/poltergeist/browser.rb:19:in `visit' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/poltergeist-0.6.0/lib/capybara/poltergeist/driver.rb:62:in `visit' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/capybara-1.1.2/lib/capybara/session.rb:157:in `visit' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/capybara-1.1.2/lib/capybara/dsl.rb:161:in `visit' | |
# ./spec/integration/home_spec.rb:14:in `block (2 levels) in <top (required)>' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example.rb:80:in `instance_eval' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example.rb:80:in `block in run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example.rb:173:in `with_around_hooks' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example.rb:77:in `run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example_group.rb:355:in `block in run_examples' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example_group.rb:351:in `map' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example_group.rb:351:in `run_examples' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/example_group.rb:337:in `run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:28:in `block (2 levels) in run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:28:in `map' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:28:in `block in run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/reporter.rb:34:in `report' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/command_line.rb:25:in `run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:69:in `run' | |
# /Users/saas/.rvm/gems/ruby-1.9.2-p318@webstore/gems/rspec-core-2.9.0/lib/rspec/core/runner.rb:10:in `block in autorun' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment