refactor: refs #8581 remove unnecessary option selections in invoiceInCorrective test
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
1b0f9daac4
commit
4bd5c70b44
|
@ -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