Skip to content

Commit 697c252

Browse files
authored
test(e2e): fix thresold for firefox on macos (#3347)
The threshold hadn't been updated during the latest playwright update (4a8ca73) because, strangely, at that time, the test didn't fail.
1 parent cddb5ce commit 697c252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/overlays.rendering.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
8686
'overlays.edges.message.flows.complex.paths',
8787
{
8888
linux: 0.71 / 100, // 0.7075048726484345%
89-
macos: 0.71 / 100, // 0.7082393664009867%
89+
macos: 0.72 / 100, // 0.7142164089951275%
9090
windows: 0.73 / 100, // 0.7201733271427924%
9191
},
9292
],

0 commit comments

Comments
 (0)