Copy updates. Changing client => people

This commit is contained in:
Alex Janousek
2025-10-20 11:14:44 -04:00
parent 18d58c69ca
commit 43c076e504
9 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
const { urls, baseUrl } = require('./urls');
const MISMATCH_THRESHOLD = .5;
const MISMATCH_THRESHOLD = .2;
const SCREENSHOT_DELAY = 2000;
const createScenariosFromUrls = (urls, delay = SCREENSHOT_DELAY) => {