#8581 invoiceIn e2e #1452
|
@ -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 }) => {
|
||||
|
|
Loading…
Reference in New Issue