From 4f2005eec8980002f82df23d65a743f66e1d9d08 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Tue, 9 Jul 2024 13:41:03 +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 61046551ee..133a350328 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.3, + threshold: 0.01, }); } else { cy.matchImageSnapshot(name);