-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[object NodeList] error when testing with phantomjs #46
Comments
^^ Any follow up on this?? |
I just saw this issue, but last week I submitted pull request #49. No response yet, though. |
Fixed in #51 |
Updated to 2.0 to mend this issue but linkify.js is not included in the 2.0 beta bower package. Only linkify.js is in the dist/ folder which prints a deprecation warning to console. |
@drewbietron 2.0 is a complete rewrite from 1.1.7. You should install with the command
|
When running headless browser tests on my project using PhantomJS and CasperJS I get the following error on one of my pages. This error does not crop up on any normal browser so I can only assume it's related to PhantomJS itself.
TypeError: '[object NodeList]' is not a valid argument for 'Function.prototype.apply' (evaluating 'g.childNodes')
The text was updated successfully, but these errors were encountered: