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
Asserting on an <option> visibility displays as hidden when in a visible select. It's a bit weird since you can't really select it and look at the options to see what's visible.
Desired behavior:
When asserting visibility of an <option>, it should display as visible if it's containing <select> is visible - we should assume that the functionality of how the browser renders options works.
The code for this is done in cypress-io/cypress#4421, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
Current behavior:
Asserting on an
<option>
visibility displays as hidden when in a visible select. It's a bit weird since you can't really select it and look at the options to see what's visible.Desired behavior:
When asserting visibility of an
<option>
, it should display asvisible
if it's containing<select>
is visible - we should assume that the functionality of how the browser renders options works.Steps to reproduce: (app code and test code)
Versions
Cypress 3.3.1
The text was updated successfully, but these errors were encountered: