-
Notifications
You must be signed in to change notification settings - Fork 34
chore: Update Playwright to v1.51 #2307
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2307 +/- ##
========================================
Coverage 46.81% 46.81%
========================================
Files 710 710
Lines 39249 39249
Branches 9798 9983 +185
========================================
Hits 18375 18375
Misses 20863 20863
Partials 11 11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
- Should be no breaking changes - Fixes some issues when running locally on Ubuntu 24 - Has some other interesting features, such as the `--only-changed` cli option
- A newer version, has a change in updateSnapshots functionality
e4128c6
to
a3ff1b1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Kerning seems to be enabled, even though we should be disabling it in font-kerning: none !important
. Is the Playwright.css not being loaded?
- The !important was overriding our tnum settings for grid
As part of this ticket should also move the Playwright tools to the |
--only-changed
cli option'tnum'
option back for grids (we were overriding that setting in our Playwright css file)