Skip to content

Commit 382b0bd

Browse files
authored
ci: restore running e2e tests on chrome macos (#3458)
Update the threshold of failing tests.
1 parent 24e012f commit 382b0bd

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/test-e2e.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
# only test Edge on Windows
6464
- os: windows-2022
6565
browser: msedge
66-
exclude:
6766
- os: macos-14
6867
browser: chrome
6968
steps:

test/e2e/bpmn.rendering.ignore.options.test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,14 @@ class ImageSnapshotThresholdsActivityLabelBounds extends MultiBrowserImageSnapsh
3030
[
3131
'activities.with.wrongly.positioned.labels.not-ignored',
3232
{
33-
macos: 0.19 / 100, // 0.18413140767182812%
33+
macos: 0.22 / 100, // 0.0.21093289838456375%
3434
windows: 0.22 / 100, // 0.21177195104159496%
3535
},
3636
],
3737
[
3838
'activities.with.wrongly.positioned.labels.ignored',
3939
{
40-
macos: 0.29 / 100, // 0.28115982788768923%
40+
macos: 0.31 / 100, // 0.30984842235473043%
4141
windows: 0.28 / 100, // 0.27545483944123594%
4242
},
4343
],
@@ -93,14 +93,14 @@ class ImageSnapshotThresholdsLabelStyles extends MultiBrowserImageSnapshotThresh
9393
[
9494
'labels.with.font.styles.not-ignored',
9595
{
96-
macos: 0.17 / 100, // 0.16518659366272503%
96+
macos: 0.22 / 100, // 0.21242058764329164%
9797
windows: 0.16 / 100, // 0.1578221549419112%
9898
},
9999
],
100100
[
101101
'labels.with.font.styles.ignored',
102102
{
103-
macos: 0.21 / 100, // 0.20961855005547925%
103+
macos: 0.26 / 100, // 0.2568027984101273%
104104
windows: 0.29 / 100, // 0.2864761242524328%
105105
},
106106
],

0 commit comments

Comments
 (0)