-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Cypress errors when clicking document().its('body')
#27790
Comments
Hi @Yihao-G is there a reason you don't get the body directly with something like |
Hi @nagash77 |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
This issue has been closed due to inactivity. |
As of the current time, with Cypress version 13.17.0, this bug unfortunately still exists. |
Current behavior
When clicking the
document.body
element, Cypress reportsTypeError
ofoptions.$el.toArray is not a function
:Desired behavior
No response
Test code to reproduce
Cypress Version
13.1.0
Node version
16.13.0
Operating System
macOS 13.4.1
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: