diff --git a/packages/lib/playwright.config.ts b/packages/lib/playwright.config.ts index a40a870..4c0d214 100644 --- a/packages/lib/playwright.config.ts +++ b/packages/lib/playwright.config.ts @@ -12,7 +12,7 @@ export default defineConfig({ expect: { timeout: 10000, toMatchSnapshot: { - maxDiffPixels: 5, + maxDiffPixelRatio: 0.05, }, }, snapshotPathTemplate: '{testDir}/__screenshots__/{testFilePath}/{arg}{ext}',