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