From caa0ff340ddd1ce55b21070e8de5f3d6f3e857da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Greg=20Berg=C3=A9?= Date: Mon, 17 Jun 2024 12:31:16 +0200 Subject: [PATCH] chore(argos): disable matchImageSnapshot --- cypress/helpers/util.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/helpers/util.ts b/cypress/helpers/util.ts index fafdc37ec..d6ceb85f1 100644 --- a/cypress/helpers/util.ts +++ b/cypress/helpers/util.ts @@ -124,6 +124,7 @@ export const openURLAndVerifyRendering = ( cy.log(`Closing eyes ${Cypress.spec.name}`); cy.eyesClose(); } else { - cy.matchImageSnapshot(name); + // Argos will take care of this + // cy.matchImageSnapshot(name); } };