Skip to content

Commit 8c99ee8

Browse files
committed
chore: Update argosThreshold
1 parent 364ccfe commit 8c99ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/helpers/util.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const verifyScreenshot = (name: string): void => {
125125
cy.eyesClose();
126126
} else if (useArgos) {
127127
cy.argosScreenshot(name, {
128-
threshold: 0,
128+
threshold: 0.3,
129129
});
130130
} else {
131131
cy.matchImageSnapshot(name);

0 commit comments

Comments
 (0)