From eb8792f0b7d60ada6983ed350dce9228da9efebd Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 3 Feb 2025 09:07:06 +0100 Subject: [PATCH] test: refs #6695 handle e2e erros --- cypress.config.js | 1 - test/cypress/integration/claim/claimAction.spec.js | 1 - 2 files changed, 2 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index ba30a50f3..040778bf9 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -24,7 +24,6 @@ export default defineConfig({ embeddedScreenshots: true, reportDir: 'test/cypress/reports', inlineAssets: true, - json: true, }, component: { componentFolder: 'src', diff --git a/test/cypress/integration/claim/claimAction.spec.js b/test/cypress/integration/claim/claimAction.spec.js index dea036fcb..685e120ce 100644 --- a/test/cypress/integration/claim/claimAction.spec.js +++ b/test/cypress/integration/claim/claimAction.spec.js @@ -21,7 +21,6 @@ describe('ClaimAction', () => { }); it('should change destination from other button', () => { - throw new Error('Error intencionado para provocar un fallo'); // REMOVE ME! const rowData = [true]; cy.fillRow(firstRow, rowData);