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
test case: list of items and the first one is inside an element with visible: false even though the rest are visible.
We ran into this with Codemirror, when it was instantiated without a default value. In this case, the first element was hidden, but the rest were visible, and cypress could not find a child element down the list.
The text was updated successfully, but these errors were encountered:
A simple way to reproduce what we saw would be to create a codemirror instance without default text, then add text and try to select the second line number.
test case: list of items and the first one is inside an element with
visible: false
even though the rest are visible.We ran into this with Codemirror, when it was instantiated without a default value. In this case, the first element was hidden, but the rest were visible, and cypress could not find a child element down the list.
The text was updated successfully, but these errors were encountered: