From 6e0bb338936aa8b7a66afd51ff9270ac6a679861 Mon Sep 17 00:00:00 2001 From: provira Date: Wed, 30 Apr 2025 09:42:59 +0200 Subject: [PATCH] Merge branch '8863-estilosOrderCatalog' of https: refs #8863//gitea.verdnatura.es/verdnatura/salix-front into 8863-estilosOrderCatalog --- test/cypress/integration/invoiceOut/invoiceOutList.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/invoiceOut/invoiceOutList.spec.js b/test/cypress/integration/invoiceOut/invoiceOutList.spec.js index 3059a974b..c8933cee2 100644 --- a/test/cypress/integration/invoiceOut/invoiceOutList.spec.js +++ b/test/cypress/integration/invoiceOut/invoiceOutList.spec.js @@ -23,7 +23,7 @@ describe('InvoiceOut list', () => { cy.dataCy('InvoiceOutDownloadPdfBtn').click(); }); - it('should download all pdfs', () => { + it.skip('should download all pdfs', () => { cy.get(columnCheckbox).click(); cy.dataCy('InvoiceOutDownloadPdfBtn').click(); }); @@ -31,7 +31,7 @@ describe('InvoiceOut list', () => { it('should open the invoice descriptor from table icon', () => { cy.get(firstSummaryIcon).click(); cy.get('.cardSummary').should('be.visible'); - cy.get('.summaryHeader > div').should('include.text', 'V10100001'); + cy.get('.summaryHeader > div').should('include.text', 'A1111111'); }); it('should open the client descriptor', () => {