From 78b2a9ead69f42de31b4697f7368c96808e4919f Mon Sep 17 00:00:00 2001 From: jorgep Date: Thu, 13 Mar 2025 13:17:57 +0100 Subject: [PATCH] test: refs #8581 skip file download test for InvoiceInDescriptor --- .../cypress/integration/invoiceIn/invoiceInDescriptor.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js index 1a5210832..37758d180 100644 --- a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js @@ -53,8 +53,8 @@ describe('InvoiceInDescriptor', () => { expect(response.statusCode).to.equal(200); }); }); - - it('should download the file properly', () => { + // https://redmine.verdnatura.es/issues/8767 + it.skip('should download the file properly', () => { cy.visit('/#/invoice-in/1/summary'); cy.validateDownload(() => cy.selectDescriptorOption(5)); });