8714-devToTest #1547
|
@ -24,7 +24,6 @@ export default defineConfig({
|
|||
embeddedScreenshots: true,
|
||||
reportDir: 'test/cypress/reports',
|
||||
inlineAssets: true,
|
||||
json: true,
|
||||
},
|
||||
component: {
|
||||
componentFolder: 'src',
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue