Cannot select item within optgroup #14794
Unanswered
Regenhardt
asked this question in
Questions and Help
Replies: 1 comment
-
This happens with both our current Cypress version 4.12.1 and an updated version 6.3.0 to test it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems this exact problem has been fixed long ago: #367
Except for some reason, I still can't select an item from a dropdown with the item being within an optgroup.
The dropdown is being generated at runtime using angularjs and looks like this:
Calling cy.get('#dropdown').select('Test1') will for some reason time out as it doesn't find the option in the optgroup.
Any idea what I'm doing wrong? This does seem pretty trivial to me.
Beta Was this translation helpful? Give feedback.
All reactions