From 8deed320f8723f783d6b106facbbb887aaa7ef12 Mon Sep 17 00:00:00 2001 From: alexjanousekGSA Date: Fri, 4 Oct 2024 11:02:39 -0400 Subject: [PATCH] Tweaked mismatch percentage --- backstop.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstop.config.js b/backstop.config.js index 5e5df60fa..09e926cf6 100644 --- a/backstop.config.js +++ b/backstop.config.js @@ -1,6 +1,6 @@ const { urls, baseUrl } = require('./urls'); -const MISMATCH_THRESHOLD = 0.3; +const MISMATCH_THRESHOLD = 0.2; const SCREENSHOT_DELAY = 2000; const createScenariosFromUrls = (urls, delay = SCREENSHOT_DELAY) => {