jsxc
jsxc copied to clipboard
JSXC interferes with Cucumber locally
When running the cukes, I get:
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).
ReferenceError: Can't find variable: Audio
ReferenceError: Can't find variable: Audio
at http://127.0.0.1:9887/assets/jsxc.js:5363 in global code (Capybara::Poltergeist::JavascriptError)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
And why is that a problem for jsxc? sounds like a configuration issue to me.
JSXC ignores some global vars as well -> https://github.com/diaspora/jsxc/blob/develop/.jshintrc#L16
Can I close this?