diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 2584bea97..c8478aa65 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -30,7 +30,7 @@ import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command'; addMatchImageSnapshotCommand({ comparisonMethod: 'ssim', - failureThreshold: 0.02, + failureThreshold: 0.01, failureThresholdType: 'percent', customDiffConfig: { ssim: 'fast',