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); } };