mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-02 00:20:02 -04:00
Tweaked mismatch percentage
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user