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