Skip to content

Commit

Permalink
increase threshold for firefox in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
csouchet committed Jan 27, 2025
1 parent 6d5e7ff commit e81669f
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 @@ -84,7 +84,7 @@ class ImageSnapshotThresholds extends MultiBrowserImageSnapshotThresholds {
'flows.message.02.labels.and.complex.paths',
{
macos: 0.13 / 100, // 0.12624011437493143%
windows: 0.73 / 100, // 0.7275118149390969%
windows: 0.74 / 100, // 0.7315791132080696%
},
],
[
Expand Down

0 comments on commit e81669f

Please sign in to comment.