I have a large test suite that is using poltergeist and capybara. I keep getting the following error:
One or more errors were raised in the Javascript code on t
I had the same issue, js_errors: false did not solve the problem, but phantomjs_logger: "/dev/null" yes!
js_errors: false
phantomjs_logger: "/dev/null"