diff --git a/backstop.config.js b/backstop.config.js index 7327e66e1..b66efbb1d 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.25, + misMatchThreshold: 0.3, requireSameDimensions: true, delay, }));