Fix chromium and webkit tests

This commit is contained in:
adilallo
2025-09-03 10:18:53 -06:00
parent 6b1bed3395
commit 0fc5bf30f6
20 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ export default defineConfig({
timeout: 10_000,
toHaveScreenshot: {
animations: "disabled",
maxDiffPixelRatio: 0.02, // 2% pixels may differ (increased tolerance)
maxDiffPixels: 500, // Increased absolute pixel tolerance
maxDiffPixelRatio: 0.02, // 2% pixels may differ (balanced tolerance)
maxDiffPixels: 500, // Balanced absolute pixel tolerance
},
},
fullyParallel: true,