-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: upgrade puppeteer version in yarn.lock to 23.11.1 #8631
Conversation
A few other tests (in addition to tooltip timers) failed - note, context-menu in this test also opens on
Added |
0f44b9d
to
0c6cc0e
Compare
0c6cc0e
to
9d7b663
Compare
|
Hi @web-padawan and @web-padawan, 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
Upgraded
puppeteer
version to 23.11.1 to verify my finding from #8615 (comment).Some tests in
tooltip-timers.test.js
fail since unwantedmouseenter
event fires at0, 0
coordinates.Especially in
packages/tooltip/test/tooltip-timers-lit.generated.test.js
. Let's see if this also happens in CI.Type of change