From 2a6a72e988ebaad12be4295e819e1eb9215c4afc Mon Sep 17 00:00:00 2001 From: Thomas Bouffard <27200110+tbouffard@users.noreply.github.com> Date: Mon, 16 Jun 2025 09:28:36 +0200 Subject: [PATCH] test(e2e): fix thresold for firefox on macos The threshold hadn't been updated during the latest playwright update (4a8ca7382f2333075d4854bc047bed629bb0976e) because, strangely, at that time, the test didn't fail. --- test/e2e/overlays.rendering.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/overlays.rendering.test.ts b/test/e2e/overlays.rendering.test.ts index 8b2679f6a0..9c2a22d277 100644 --- a/test/e2e/overlays.rendering.test.ts +++ b/test/e2e/overlays.rendering.test.ts @@ -86,7 +86,7 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds { 'overlays.edges.message.flows.complex.paths', { linux: 0.71 / 100, // 0.7075048726484345% - macos: 0.71 / 100, // 0.7082393664009867% + macos: 0.72 / 100, // 0.7142164089951275% windows: 0.73 / 100, // 0.7201733271427924% }, ],