Skip to content

Commit

Permalink
test: visual tests faildue to antialiasing differences
Browse files Browse the repository at this point in the history
  • Loading branch information
cristinecula committed Sep 17, 2024
1 parent 7a5ef82 commit 4bab8c5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@ export default defineConfig({
// stdout: 'pipe',
// stderr: 'pipe',
},

expect: {
toHaveScreenshot: { maxDiffPixelRatio: 0.01 },
},
});

0 comments on commit 4bab8c5

Please sign in to comment.