From e792bf5239d37f2092c697b3c7846202efd0048d Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 8 Dec 2022 12:54:28 +0530 Subject: [PATCH] Add blur --- cypress/support/commands.js | 1 + 1 file changed, 1 insertion(+) 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, });