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
Hi @bernhardh , thank you submitting this issue. Unfortunately this issue will not be high enough priority for us to address in the near future. If you (or others int he community) are able to submit a fix for this issue we would happily accept a PR addressing this issue.
Cypress Chrome Recorder doesn't work with simple selectboxes. Instead of using the
select
method, it uses thetype
method.I have made just a very simple testpage, with an selectbox in it:
Then I created a recording where i selected some options and exported it to cypress:
When I run this test, the selectbox doesn't change the option at all.
The text was updated successfully, but these errors were encountered: