Skip to content

Commit 117021a

Browse files
authored
chore: Upgrade Playwright to 1.60.0 (#3947)
1 parent e20892d commit 117021a

7 files changed

Lines changed: 6 additions & 5 deletions

bun.lock

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

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"react-dom": "19.2.3"
3737
},
3838
"devDependencies": {
39-
"@playwright/test": "1.58.2",
39+
"@playwright/test": "1.60.0",
4040
"@tailwindcss/postcss": "4.2.1",
4141
"@types/mdx": "^2.0.13",
4242
"@types/node": "25.9.1",

docs/tests/screenshots.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ test('hybrid object api page stays stable', async ({ page }) => {
114114
await expect(page).toHaveScreenshot('api-hybrid-object.png', {
115115
animations: 'disabled',
116116
fullPage: true,
117+
maxDiffPixels: 250,
117118
})
118119
})
119120

10.5 KB
Loading
68.2 KB
Loading
10.2 KB
Loading
9.84 KB
Loading

0 commit comments

Comments
 (0)