Error on visit()
See original GitHub issueObject [object Object] has no method 'removeAttribute' TypeError: Object [object Object] has no method 'removeAttribute'
at Object.f.support.opacity.f.cssHooks.opacity.set (unknown source)
at Function.f.extend.style (unknown source)
at f.each.b.indexOf.f.fx.step.(anonymous function) (unknown source)
at Object.f.fx.update (unknown source)
at Object.f.fx.step (unknown source)
at h (unknown source)
at f.extend.tick (unknown source)
at Object.window._evaluate (/Users/dread/Qnary_2.0_Web/node_modules/zombie/lib/zombie/window.js:185:23)
at Interval.resume._this.next (/Users/dread/Qnary_2.0_Web/node_modules/zombie/lib/zombie/eventloop.js:427:35)
at EventLoop.run (/Users/dread/Qnary_2.0_Web/node_modules/zombie/lib/zombie/eventloop.js:140:11)
var browser = new Browser();
browser.visit('http://localhost:3000', { debug: true}, function(err, browser) {
browser.dump();
});
I know the test script isn’t very helpful, and it is due to something the page is loading, but I can’t dump the contents of the page to a forum like this. Where should i start with debugging/troubleshooting? Or any ideas of what could cause the issue? I am thinking it might have to do with jquery, still running that down now.
Issue Analytics
- State:
- Created 11 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
Timeout error from cy.visit() · Issue #20389 · cypress ... - GitHub
While running the cy.visit() in before method page doesn't load, no matter how long is timeout. This issue has never been seen manually....
Read more >cypress-io/cypress - Gitter
I am trying to spin up my first ever test with Cypress and I am kinda bummed at not being able to get...
Read more >Cypress - cy.visit() failed trying to load - Stack Overflow
The error I am receiving is while using the cy.visit() command ... and see if the status response is 200 and the content...
Read more >Fix connection errors - Google Chrome Help
If you get an error message when you try to visit a website, try these fixes. If your error isn't listed below, learn...
Read more >How to Clear Browser Cookies to Resolve “Error 500
If you are receiving an “Error 500 – Internal Server Error” message while trying ... Step 4: Under the General Tab's “Browsing history”...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This still occurs. Made ZombieJS unusable for me.
That’s a disturbing Github bug.