Skip to content

Commit

Permalink
chore: update pw config
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Aug 2, 2023
1 parent d127b5d commit d5adeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/admin/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const config = {

expect: {
toMatchSnapshot: {
threshold: process.env.CI ? 0.05 : 0,
maxDiffPixelRatio: process.env.CI ? 0.05 : 0,
threshold: process.env.CI ? 0.02 : 0,
maxDiffPixelRatio: process.env.CI ? 0.0002 : 0,
},
},

Expand Down

0 comments on commit d5adeeb

Please sign in to comment.