Skip to content

Commit

Permalink
chore: Update argosThreshold
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jul 9, 2024
1 parent 8c99ee8 commit 4f2005e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/helpers/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4f2005e

Please sign in to comment.