Skip to content

Commit 4a8ca73

Browse files
authored
chore(deps-dev): bump playwright from 1.52.0 to 1.53.0 (#3344)
Update Chromium thresholds for linux to match the new browser version.
1 parent 55aeb5a commit 4a8ca73

3 files changed

Lines changed: 19 additions & 16 deletions

File tree

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"minimist": "~1.2.8",
151151
"npm-run-all": "~4.1.5",
152152
"pinst": "~3.0.0",
153-
"playwright": "~1.52.0",
153+
"playwright": "~1.53.0",
154154
"postcss": "~8.5.3",
155155
"postcss-cli": "~11.0.1",
156156
"prettier": "~3.5.3",

test/e2e/overlays.rendering.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
5252
[
5353
'overlays.edges.message.flows.complex.paths',
5454
{
55+
linux: 0.18 / 100, // max 0.17328979983225468%
5556
macos: 0.39 / 100, // max 0.38845092259515157%
5657
windows: 0.2 / 100, // max 0.1989755797400572%
5758
},
@@ -337,6 +338,7 @@ describe('Overlay style', () => {
337338
[
338339
'fill',
339340
{
341+
linux: 0.13 / 100, // 0.12108823641220345%%
340342
macos: 0.15 / 100, // 0.14612951118292417%
341343
windows: 0.15 / 100, // 0.14250607890964326%
342344
},
@@ -351,6 +353,7 @@ describe('Overlay style', () => {
351353
[
352354
'stroke',
353355
{
356+
linux: 0.04 / 100, // 0.03319006305509964%
354357
macos: 0.22 / 100, // 0.21534933042920423%
355358
windows: 0.24 / 100, // 0.23679453599644296%
356359
},

0 commit comments

Comments
 (0)