#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 3 deletions
Showing only changes of commit 4bd5c70b44 - Show all commits

View File

@ -8,9 +8,6 @@ describe('invoiceInCorrective', () => {
cy.intercept('GET', /InvoiceInCorrections\?filter=.+/).as('getCorrective');
cy.selectDescriptorOption(4);
cy.selectOption('[data-cy="invoiceInDescriptorMenu_class"]', 'R5');
cy.selectOption('[data-cy="invoiceInDescriptorMenu_type"]', 'diferencias');
cy.selectOption('[data-cy="invoiceInDescriptorMenu_reason"]', 'customer');
cy.dataCy('saveCorrectiveInvoice').click();
cy.wait('@corrective').then(({ response }) => {