saloua

Results 2 issues of saloua

## What does this PR do? This PR replaces the current ResizeObserver error workaround with a proper mock implementation for Cypress tests. Fixes #10649 ## Why is this change needed?...

What you were expecting: Cypress tests should run cleanly, without throwing errors related to ResizeObserver. Right now, we’re relying on a workaround that just suppresses these errors, but ideally, we’d...

enhancement