#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 0 additions and 17 deletions
Showing only changes of commit 74aa45d4d2 - Show all commits

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', () => {