Skip to content

Commit

Permalink
feat: По дефолту допускаем разницу 0.02% в скриншотах
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitive committed Sep 14, 2021
1 parent d682bbc commit ad5aebd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exports.createOptions = async (client, screenshotName, testsRootDir, options = {
const {
hideSelectors = [],
removeSelectors = [],
allowedMisMatchPercentage = 0,
allowedMisMatchPercentage = 0.02,
...opts
} = options

Expand Down

0 comments on commit ad5aebd

Please sign in to comment.