We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For an option:
<select id="select-maps" name="maps"> <option value=""test"">test</option> </select>
When you attempt:
cy.get('select[name=maps]').select('"test"')
The result is:
Timed out retrying after 4000ms: Syntax error, unrecognized expression: option[value=""test""]
Option is selected
Incoming pull request with test case
13.7.1
v18.17.1
macOS 13.6
No response
The text was updated successfully, but these errors were encountered:
Released in 13.7.2.
13.7.2
This comment thread has been locked. If you are still experiencing this issue after upgrading to Cypress v13.7.2, please open a new issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Current behavior
For an option:
When you attempt:
The result is:
Desired behavior
Option is selected
Test code to reproduce
Incoming pull request with test case
Cypress Version
13.7.1
Node version
v18.17.1
Operating System
macOS 13.6
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: