Skip to content

Commit

Permalink
chore(deps-dev): bump playwright from 1.48.0 to 1.48.1 (#3198)
Browse files Browse the repository at this point in the history
Also update of 2 thresholds for Firefox on macOS in e2e tests configuration.
This is not related to the Playwright bump.
Some runs on GH Actions fail because sometimes the differential is slightly higher than usual (currently there is no identified cause for this behavior). It is then greater than the threshold.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Bouffard <[email protected]>
  • Loading branch information
dependabot[bot] and tbouffard authored Oct 23, 2024
1 parent 7587f1f commit d82501b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
"minimist": "~1.2.8",
"npm-run-all": "~4.1.5",
"pinst": "~3.0.0",
"playwright": "~1.48.0",
"playwright": "~1.48.1",
"postcss": "~8.4.47",
"postcss-cli": "~11.0.0",
"prettier": "~3.3.3",
Expand Down
4 changes: 2 additions & 2 deletions test/e2e/overlays.rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,14 +71,14 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
[
'overlays.edges.associations.complex.paths',
{
macos: 0.56 / 100, // max 0.5553038739350202%
macos: 0.58 / 100, // max 0.5720992962210847%
},
],
[
'overlays.edges.message.flows.complex.paths',
{
linux: 0.58 / 100, // 0.5794594395932884%
macos: 0.68 / 100, // 0.6769495796905111%
macos: 0.7 / 100, // 0.6952084225053445%
windows: 0.66 / 100, // 0.6524091603189786%
},
],
Expand Down

0 comments on commit d82501b

Please sign in to comment.