diff --git a/packages/desktop-client/playwright.config.js b/packages/desktop-client/playwright.config.js index 412a7ac28f8..91e007f8e64 100644 --- a/packages/desktop-client/playwright.config.js +++ b/packages/desktop-client/playwright.config.js @@ -54,4 +54,7 @@ export default defineConfig({ trace: 'on-first-retry', ignoreHTTPSErrors: true, }, + expect: { + toHaveScreenshot: { maxDiffPixels: 5 }, + }, });