Skip to content

Commit

Permalink
increase threshold for firefox in macos
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Jan 27, 2025
1 parent 92adc96 commit 6b11802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/bpmn.rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
[
'flows.message.02.labels.and.complex.paths',
{
macos: 0.13 / 100, // 0.12624011437493143%
macos: 0.14 / 100, // 0.13030741264390408%
windows: 0.74 / 100, // 0.7315791132080696%
},
],
Expand Down

0 comments on commit 6b11802

Please sign in to comment.