Created
December 25, 2014 21:54
-
-
Save oliverbarnes/d1ee777f4e55fb5f912f to your computer and use it in GitHub Desktop.
Error testing d3 with capybara/poltergeist
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
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Same error there