diff --git a/playwright-e2e/playwright.config.ts b/playwright-e2e/playwright.config.ts index 10b48f4149..815fc2b7ce 100644 --- a/playwright-e2e/playwright.config.ts +++ b/playwright-e2e/playwright.config.ts @@ -36,7 +36,7 @@ const testConfig: PlaywrightTestConfig = { scale: 'css', // Account for minor difference in text rendering and resolution between headless and headed mode threshold: 1, - maxDiffPixelRatio: 0.5 + maxDiffPixelRatio: 1 } }, /* Run tests in files in parallel */