From aa949b4ff6220d779a21bc289ba4ceb7558fb8e0 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 8 Dec 2022 12:54:45 +0530 Subject: [PATCH] Increase blur --- cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 3c0ce9ee7..0a33116e5 100644 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -32,5 +32,5 @@ addMatchImageSnapshotCommand({ comparisonMethod: 'ssim', failureThreshold: 0.02, failureThresholdType: 'percent', - blur: 1, + blur: 2, });