Skip to content

Commit 96cad50

Browse files
committed
test: updated maxDiffPixels
1 parent a1c85ca commit 96cad50

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/kit-headless/playwright.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ export default defineConfig({
4848
grep: /@Visual.*/,
4949

5050
expect: {
51-
toHaveScreenshot: {},
51+
toHaveScreenshot: {
52+
maxDiffPixels: 10,
53+
},
5254
},
5355
},
5456

0 commit comments

Comments
 (0)