Skip to content

Commit

Permalink
🔧 (vrt) make screenshot comparisons more strict
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Nov 22, 2023
1 parent aa9c992 commit 0dd841f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/desktop-client/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,7 @@ export default defineConfig({
trace: 'on-first-retry',
ignoreHTTPSErrors: true,
},
expect: {
toHaveScreenshot: { maxDiffPixels: 5 },
},
});

0 comments on commit 0dd841f

Please sign in to comment.