-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
test: replace onceResized with nextResize #8387
Conversation
|
Hi @vursen and @vursen, when i performed cherry-pick to this commit to 24.6, i have encountered the following issue. Can you take a look and pick it manually? |
Hi @vursen and @vursen, when i performed cherry-pick to this commit to 24.5, i have encountered the following issue. Can you take a look and pick it manually? |
Description
Replaces
onceResized
test helpers withnextResize
, which subscribes to a real ResizeObserver instead of spying for internal component methods. Apart from cleaning up tests, this change also fixes Webkit failures in #8355.Depends on
Type of change