chore: Update argosThreshold

This commit is contained in:
Sidharth Vinod
2024-07-09 13:31:56 +05:30
parent 364ccfe6a6
commit 8c99ee8da1

View File

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