-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Scripts: Update puppeteer-core
to the latest version
#31138
Conversation
Size Change: 0 B Total Size: 1.49 MB ℹ️ View Unchanged
|
a75f4b5
to
18adc46
Compare
This new Jest reporter is incredibly helpful! Major props to @ockham 💯 🎉 |
^ I have opened PR for the writing flow, RTL and undo tests that are failing. The only remaining one is the widgets one. |
18adc46
to
6ae63c8
Compare
Nice, that was fast 💯
@kevin940726 or @talldan, can you investigate? |
puppeteer-core
to the latest version
9dad5a1
to
172b6ad
Compare
Rebased to take into consideration the "adding-widgets" fix. In theory, we should be good to go. |
It's cool that this PR actually allowed us to find real bugs (writing flow, rtl) |
It's a recurring pattern with Puppeteer upgrades 😅 |
Description
The bundled
puppeteer-core
(^5.5.0
) dependency has been upgraded to version^9.0.0
. Puppeteer uses Chromium v91 instead of Chromium v88. See the full list of breaking changes of 9.0.0 and lower versions.Testing
Run
npm run test-e2e
and make sure all tests still pass.