Skip to content

Commit

Permalink
chore(deps-dev): bump playwright from 1.43.1 to 1.45.2 (#3117)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent a8c9dfc commit 54f08ad
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 18 deletions.
34 changes: 17 additions & 17 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 @@ -152,7 +152,7 @@
"minimist": "~1.2.8",
"npm-run-all": "~4.1.5",
"pinst": "~3.0.0",
"playwright": "~1.43.1",
"playwright": "~1.45.2",
"postcss": "~8.4.39",
"postcss-cli": "~11.0.0",
"prettier": "~3.3.1",
Expand Down
12 changes: 12 additions & 0 deletions test/e2e/overlays.rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,18 @@ describe('Overlay style', () => {
macos: 2.01 / 100, // 2.0033547194979073%
},
],
[
'stroke',
{
macos: 0.41 / 100, // 0.408993697130311%
},
],
[
'font',
{
macos: 3 / 100, // 2.846090750730257%
},
],
]);
}

Expand Down

0 comments on commit 54f08ad

Please sign in to comment.