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 - } - } + ] });