Skip to content

Commit

Permalink
Update snapshot threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospassos committed Aug 11, 2024
1 parent d2db87b commit cf702ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preview/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const config: PlaywrightTestConfig = {
timeout: 5000,

toHaveScreenshot: {
maxDiffPixelRatio: 0.01,
maxDiffPixelRatio: 0.02,
},
},
/* Run test in files in parallel */
Expand Down

0 comments on commit cf702ee

Please sign in to comment.