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