Unable to Use cy.select() #28755
Unanswered
ryan-mee
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Pretty simple use case, but I just keep getting an error when trying to run cy.select(lng) on a simple language select input.
The command that triggers the error is:
It finds the select input element correctly, and then on the select command errors and gives me is:
The component being tested is:
No idea why its doing this. Has anyone else run into a similar issue?
The project is being run in an NX monorepo and uses the
@badeball/cypress-cucumber-preprocessor
package to allow me to write the tests with Cucumber/Gherkin syntax. Haven't run into this issue with any other commands. I've tried writing it a few different ways but can't get around it.Beta Was this translation helpful? Give feedback.
All reactions