Skip to content

Commit

Permalink
increase threshold, for firefox, on macOS, for the test: overlays/wit…
Browse files Browse the repository at this point in the history
…h.custom.style/add.overlay.with.custom.font
  • Loading branch information
csouchet committed Jul 25, 2024
1 parent fdf1583 commit fe924af
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/e2e/overlays.rendering.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,13 @@ describe('Overlay style', () => {
[
'stroke',
{
macos: 0.41 / 100, // 0.408993697130311
macos: 0.41 / 100, // 0.408993697130311%
},
],
[
'font',
{
macos: 3 / 100, // 2.846090750730257%
},
],
]);
Expand Down

0 comments on commit fe924af

Please sign in to comment.