You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After moving elements of our React application, some of our Cypress tests report the uncaught exception: "ResizeObserver loop limit exceeded." Most of the OSCAL_Edit_Tests.cy.js will display this error. Please note, when running our workflow tests will fail to this exception, although tests will not fail locally in Cypress but still display the exception.
Acceptance Criteria
"ResizeObserver loop limit exceeded" is no longer avoided and the uncaught exception does not show when running tests.
Implementation Notes
This error may be related to the communication between OSCALLoader and App in our React application.
The text was updated successfully, but these errors were encountered:
Bronstrom
changed the title
Handle ResizeObserver loop limit exceeded error
Handle "ResizeObserver loop limit exceeded" exception
Jul 27, 2022
@Bronstrom I also had that error. From what I read, they are safe to ignore... I could be wrong on that. I think it happens becuase cypress changes the sizing windows so rapidly.
After moving elements of our React application, some of our Cypress tests report the uncaught exception: "ResizeObserver loop limit exceeded." Most of the
OSCAL_Edit_Tests.cy.js
will display this error. Please note, when running our workflow tests will fail to this exception, although tests will not fail locally in Cypress but still display the exception.Acceptance Criteria
"ResizeObserver loop limit exceeded" is no longer avoided and the uncaught exception does not show when running tests.
Implementation Notes
This error may be related to the communication between
OSCALLoader
andApp
in our React application.The text was updated successfully, but these errors were encountered: