fix: refs #8581 rollback

This commit is contained in:
Jorge Penadés 2025-03-13 11:19:54 +01:00
parent f2c4e2c0c1
commit 74aa45d4d2
1 changed files with 0 additions and 17 deletions

View File

@ -35,23 +35,6 @@ describe('InvoiceInBasicData', () => {
cy.fillInForm(mock, { attr: 'data-cy' });
cy.saveCard();
cy.validateForm(mock, { attr: 'data-cy' });
cy.request({
method: 'PATCH',
url: '/api/InvoiceIns/1/updateInvoiceIn',
headers: { Authorization: 'DEFAULT_TOKEN' },
body: {
supplierRef: '1234',
serial: 'R',
supplierFk: 1,
issued: getVnNew(),
companyFk: 442,
docFk: 1,
bookEntried: getVnNew(),
currencyFk: 1,
operated: null,
booked: null,
},
});
});
it('should edit, remove and create the dms data', () => {