test: refs #6695 handle e2e erros
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2025-02-03 09:07:06 +01:00
parent 1ea6af8eb9
commit eb8792f0b7
2 changed files with 0 additions and 2 deletions

View File

@ -24,7 +24,6 @@ export default defineConfig({
embeddedScreenshots: true,
reportDir: 'test/cypress/reports',
inlineAssets: true,
json: true,
},
component: {
componentFolder: 'src',

View File

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