Skip to content

Commit

Permalink
change threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
illetid committed Nov 28, 2024
1 parent ac48b79 commit 9ad5a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/graphics/helpers/compare-screenshots.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export function compareScreenshots(leftImg: PNG, rightImg: PNG): CompareResult {
leftImg.data, rightImg.data,
diffImg.data,
leftImg.width, leftImg.height,
{ threshold: 0.03 }
{ threshold: 0.1 }
);

return { diffPixelsCount, diffImg };
Expand Down

0 comments on commit 9ad5a65

Please sign in to comment.