diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 125dc4a9e..2584bea97 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -32,8 +32,8 @@ addMatchImageSnapshotCommand({ comparisonMethod: 'ssim', failureThreshold: 0.02, failureThresholdType: 'percent', - // customDiffConfig: { - // ssim: 'fast', - // }, + customDiffConfig: { + ssim: 'fast', + }, blur: 1, });