Skip to content

Instantly share code, notes, and snippets.

@oliverbarnes
Created December 25, 2014 21:54
Show Gist options
  • Select an option

  • Save oliverbarnes/d1ee777f4e55fb5f912f to your computer and use it in GitHub Desktop.

Select an option

Save oliverbarnes/d1ee777f4e55fb5f912f to your computer and use it in GitHub Desktop.
Error testing d3 with capybara/poltergeist
Failure/Error: user = login_as_tenant
Capybara::Poltergeist::JavascriptError:
One or more errors were raised in the Javascript code on the page. If you don't care about these errors, you can ignore them by setting js_errors: false in your Poltergeist configuration (see documentation for details).
TypeError: 'undefined' is not an object (evaluating 'this.data[0].date')
TypeError: 'undefined' is not an object (evaluating 'this.data[0].date')
at http://127.0.0.1:53574/assets/application.js:24516
at http://127.0.0.1:53574/assets/application.js:24507 in UserShowTempChartSvg
@asiniy
Copy link
Copy Markdown

asiniy commented Jan 8, 2016

Same error there

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment