Skip to content

Commit

Permalink
fix: increase maxDiffPixelRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Aug 25, 2024
1 parent 4c7c4f9 commit 24cce2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export default defineConfig({
expect: {
timeout: 5000,
toMatchSnapshot: {
maxDiffPixelRatio: 0.003,
maxDiffPixelRatio: 0.02,
threshold: 0.1
}
},
Expand Down

0 comments on commit 24cce2f

Please sign in to comment.