diff --git a/test/cypress/integration/invoiceOut/invoiceOutList.spec.js b/test/cypress/integration/invoiceOut/invoiceOutList.spec.js index 592208a01..f0f120640 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutList.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutList.spec.js @@ -1,5 +1,5 @@ /// -describe('InvoiceOut list', { testIsolation: true }, () => { +describe('InvoiceOut list', () => { const serial = 'EspaƱola rapida'; const columnCheckbox = '.bg-header > :nth-child(1) > .q-checkbox > .q-checkbox__inner'; @@ -24,6 +24,7 @@ describe('InvoiceOut list', { testIsolation: true }, () => { }); it('should download all pdfs', () => { + cy.get(columnCheckbox).click(); cy.get(columnCheckbox).click(); cy.dataCy('InvoiceOutDownloadPdfBtn').click(); });