cy.select() Should Look For Trimmed Value Inside of <option></option> #175
Labels
pkg/driver
This is due to an issue in the packages/driver directory
type: enhancement
Requested enhancement of existing feature
Milestone
When an option element is formatted with line breaks:
cy.select()
is unable to find the option by element text because of the line breaks.cy.select()
should trim thetext()
value of<option>
before trying to match it with the parameter passed in.The text was updated successfully, but these errors were encountered: