diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 3c0ce9ee7..0a33116e5 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -32,5 +32,5 @@ addMatchImageSnapshotCommand({ comparisonMethod: 'ssim', failureThreshold: 0.02, failureThresholdType: 'percent', - blur: 1, + blur: 2, });