diff --git a/backstop.config.js b/backstop.config.js index bbd5ec988..7327e66e1 100644 --- a/backstop.config.js +++ b/backstop.config.js @@ -5,7 +5,7 @@ const createScenariosFromUrls = (urls, delay = 1000) => { label, url: urls[label], selectors: ['document'], - misMatchThreshold: 0.1, + misMatchThreshold: 0.25, requireSameDimensions: true, delay, }));