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
When clicking on and choosing a option within a select, the code generated on cypress export creates cy.get('element').type('value of option')
I believe when the element is of type select/option and the event is change we should do a cy.get('element').select('value or label of option selected') instead.
We simple select a value from a dropdown, export it, run the test in cypress and the select does not work properly.
The text was updated successfully, but these errors were encountered:
Nope. We were just doing a POC with this thing for a hackathon and at the end of the two day event we decided this application is way too immature to bother with.
Most people at our organization have just written it off. :)
When clicking on and choosing a option within a select, the code generated on cypress export creates cy.get('element').type('value of option')
I believe when the element is of type select/option and the event is change we should do a cy.get('element').select('value or label of option selected') instead.
We simple select a value from a dropdown, export it, run the test in cypress and the select does not work properly.
The text was updated successfully, but these errors were encountered: