Skip to content

Commit

Permalink
lower comparison threshold from 5% to 0.5%
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl committed Sep 22, 2023
1 parent 9d02a2c commit 81a94b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/UI/capture.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ exports.selector = async function (page, screenshotName, selector)
await exports.setTableRowHeight(page);
expect(await page.screenshotSelector(selector)).to.matchImage({
imageName: screenshotName,
comparisonThreshold: 0.05,
comparisonThreshold: 0.005,
});
};

Expand Down

0 comments on commit 81a94b6

Please sign in to comment.