mirror of https://github.com/penpot/penpot.git
🔧 Tweak the pixel diff ratio of playwright
This commit is contained in:
parent
978ac68474
commit
0cbc3487b0
|
|
@ -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 New Issue