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
The code for this is done in cypress-io/cypress#5916, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior:
When an element has width or height 0px with non-
none
transform and overflowhidden
, it is not visible. ButisHidden()
cannot detect it.It is found with cypress-example-piechopper in https://circleci.com/gh/cypress-io/cypress-test-example-repos/71863.
Desired behavior:
isHidden()
should detect it.Steps to reproduce: (app code and test code)
Versions
After #6000 is merged.
The text was updated successfully, but these errors were encountered: