exist
Chai override does not allow chaining for HTML elements
#25491
Labels
exist
Chai override does not allow chaining for HTML elements
#25491
Current behavior
When you chain an assertion off of
exist
for an HTML element (not jQuery selector), the test fails withAssertionError: Timed out retrying after 4000ms: expected null to exist
.Desired behavior
When you chain an assertion off of
exist
for an HTML element, the test should pass.Test code to reproduce
Cypress Version
12.3.0
Node version
16.16.0
Operating System
Ubuntu Desktop 22.10
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: