From 8c99ee8da112111e0352301f2b74244e02e6e1f5 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 9 Jul 2024 13:31:56 +0530 Subject: [PATCH] chore: Update argosThreshold --- cypress/helpers/util.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/helpers/util.ts b/cypress/helpers/util.ts index 7045a1165..61046551e 100644 --- a/cypress/helpers/util.ts +++ b/cypress/helpers/util.ts @@ -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);