refactor: refs #8581 remove unnecessary option selections in invoiceInCorrective test
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-10 16:08:44 +01:00
parent 1b0f9daac4
commit 4bd5c70b44
1 changed files with 0 additions and 3 deletions

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 }) => {