mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
🔧 Tweak the pixel diff ratio of playwright
This commit is contained in:
parent
978ac68474
commit
0cbc3487b0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ export default defineConfig({
|
|||
use: { ...devices["Desktop Chrome"] },
|
||||
testDir: "./playwright/ui/visual-specs",
|
||||
expect: {
|
||||
toHaveScreenshot: { maxDiffPixelRatio: 0.01 },
|
||||
toHaveScreenshot: { maxDiffPixelRatio: 0.005 },
|
||||
},
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue