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
If a value of undefined is passed into cy.contains(), result is TypeError: Cannot read property 'toString' of undefined
undefined
cy.contains()
TypeError: Cannot read property 'toString' of undefined
Also, this results in the contains command being printed twice in the commands UI.
contains
Example
cy.contains(undefined)
Result
The text was updated successfully, but these errors were encountered:
Fixed in 0.5.3. Changelog
0.5.3
Sorry, something went wrong.
No branches or pull requests
If a value of
undefined
is passed intocy.contains()
, result isTypeError: Cannot read property 'toString' of undefined
Also, this results in the
contains
command being printed twice in the commands UI.Example
Result

The text was updated successfully, but these errors were encountered: