Skip to content
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

cy.click(), says it's detached from DOM when it isn't #109

Closed
jennifer-shehane opened this issue Feb 22, 2016 · 1 comment
Closed

cy.click(), says it's detached from DOM when it isn't #109

jennifer-shehane opened this issue Feb 22, 2016 · 1 comment
Milestone

Comments

@jennifer-shehane
Copy link
Member

The DOM element that I am clicking on DOES get removed from the DOM after click, but the click() is timing out, there are 2 clicks in the log and the error message describes cy.focus()

Example Code

cy.contains("Jane Lane").click()
cy.contains("a", "Logout").click()

Command Log
screen shot 2016-02-22 at 5 24 08 pm

@brian-mann brian-mann modified the milestone: 0.14.2 Mar 14, 2016
@brian-mann
Copy link
Member

Fixed in 0.14.2.

@cypress-io cypress-io locked as resolved and limited conversation to collaborators Dec 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants