chore: Update argosThreshold

This commit is contained in:
Sidharth Vinod
2024-07-09 13:41:03 +05:30
parent 8c99ee8da1
commit 4f2005eec8

View File

@@ -125,7 +125,7 @@ export const verifyScreenshot = (name: string): void => {
cy.eyesClose(); cy.eyesClose();
} else if (useArgos) { } else if (useArgos) {
cy.argosScreenshot(name, { cy.argosScreenshot(name, {
threshold: 0.3, threshold: 0.01,
}); });
} else { } else {
cy.matchImageSnapshot(name); cy.matchImageSnapshot(name);