From b2583b8d256940afc362bebe29345ab142f90e94 Mon Sep 17 00:00:00 2001 From: swierzbicki Date: Thu, 17 Oct 2024 12:49:19 +0200 Subject: [PATCH] chore(SPV-1105): decrease maxDiffPixelRatio in playwright config --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 3d5ad15a..ab7f0ba1 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -20,7 +20,7 @@ export default defineConfig({ timeout: 5000, toHaveScreenshot: { - maxDiffPixelRatio: 0.02, + maxDiffPixelRatio: 0.01, }, }, /* Run tests in files in parallel */