Skip to content

Commit 24cce2f

Browse files
committed
fix: increase maxDiffPixelRatio
1 parent 4c7c4f9 commit 24cce2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default defineConfig({
2222
expect: {
2323
timeout: 5000,
2424
toMatchSnapshot: {
25-
maxDiffPixelRatio: 0.003,
25+
maxDiffPixelRatio: 0.02,
2626
threshold: 0.1
2727
}
2828
},

0 commit comments

Comments
 (0)