This commit is contained in:
parent
34d44cfa3e
commit
930da78f6c
|
@ -21,6 +21,7 @@ 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