From 10ef91b348201d8d5745a44e2858d9c3fcccd5b4 Mon Sep 17 00:00:00 2001 From: Jason Date: Thu, 10 Oct 2024 09:43:55 -0500 Subject: [PATCH] chore: undo strict pixel matching (#1714) --- playwright-ct.config.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/playwright-ct.config.ts b/playwright-ct.config.ts index fba618dd1..dee22b18c 100644 --- a/playwright-ct.config.ts +++ b/playwright-ct.config.ts @@ -32,11 +32,5 @@ export default defineConfig({ name: 'chromium', use: { ...devices['Desktop Chrome'] } } - ], - expect: { - toHaveScreenshot: { - maxDiffPixels: 0, - threshold: 0 - } - } + ] });