8714-devToTest #1547

Merged
alexm merged 712 commits from 8714-devToTest into test 2025-03-04 14:08:01 +00:00
2 changed files with 0 additions and 2 deletions
Showing only changes of commit eb8792f0b7 - Show all commits

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