diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 7a77b3ba6..dfef3718b 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -26,12 +26,4 @@ import { addMatchImageSnapshotCommand } from 'cypress-image-snapshot/command'; -addMatchImageSnapshotCommand({ - comparisonMethod: 'ssim', - failureThreshold: 0.01, - failureThresholdType: 'percent', - customDiffConfig: { - ssim: 'fast', - }, - blur: 1, -}); +addMatchImageSnapshotCommand();