Open
Description
Current behavior
Some components (for CT) and websites (for E2E) throw a ResizeObserver
error when visited/mounted in Cypress' AUT, but not when accessed regularly. This seems to be a Chrome specific issue. Sometimes, this causes my test to fail when running in Cypress.
This now-closed PR contains more info about the error and some discussion.
Desired behavior
Do not error in Cypress.
Test code to reproduce
https://github.com/lmiller1990/resize-observer-error
See README.md for details. This is an example using Cypress 9.x. Same error in CT and E2E.
Cypress Version
9.x, probably older
Other
Google "ResizeObserver Cypress", this issue has been around for a long time, at least since 4.x.
Activity