mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-15 01:23:25 -05:00
updated mismatch threshold
This commit is contained in:
@@ -5,7 +5,7 @@ const createScenariosFromUrls = (urls, delay = 1000) => {
|
|||||||
label,
|
label,
|
||||||
url: urls[label],
|
url: urls[label],
|
||||||
selectors: ['document'],
|
selectors: ['document'],
|
||||||
misMatchThreshold: 0.1,
|
misMatchThreshold: 0.25,
|
||||||
requireSameDimensions: true,
|
requireSameDimensions: true,
|
||||||
delay,
|
delay,
|
||||||
}));
|
}));
|
||||||
|
|||||||
Reference in New Issue
Block a user