Current behavior
Currently some of our tests sometimes fail on
Cannot create property 'Symbol(ERR_PREPARED_FOR_SERIALIZATION)' on boolean 'true'
It seems like the error itself is swallowed somehow? or there is no error to begin with and there is something wrong with the error parsing?
Desired behavior
No to fail the tests, and log a helpful error message
Test code to reproduce
No idea how to reproduce this. We have cypress dashboard; those are the tests that are flaky right now.
Cypress Version
9.2.0
Other
No response