You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Haven't opened an issue yet since I haven't fully caught up on the release notes, but just wanted to comment here:
in 14.0.0 a bunch of our tests (which pass in the latest version of 13) fail since some radio inputs (which are clearly visible) fail .should('be.visible') checks - these checks succeed when overflow-x: clip is removed from an ancestor div.
(As I say, the inputs are clearly visible and this problem doesn't occur in v13). Posting just in case it's relevant to this issue/helpful in any way; if you want more info/reproduction steps, let me know :)
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: