-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
14.0.0: Element being incorrectly seen as visible when it is not visible #30922
Comments
This check is returning |
Haven't opened an issue yet since I haven't fully caught up on the release notes, but just wanted to comment here: |
Hi @dan-serendipity 👋🏼, would you be willing to try a pre-release binary from this commit to see if it fixes your issue? Thanks! |
@mschile Unfortunately it doesn't. The same issue occurs. As before, removing |
Thanks @dan-serendipity, are you able to share or create a reproduction with the html that is causing the issue? |
Current behavior
Starting in 14.0.0, we have a situation where an element is failing a
.should('not.be.visible')
check when the element is not physically visible.Desired behavior
This element should not be seen as visible.
Test code to reproduce
index.html
spec.cy.js
13.17.0
14.0.0
Cypress Version
14.0.0
Node version
Operating System
Debug Logs
Other
No response
The text was updated successfully, but these errors were encountered: