test: refs #8581 skip file download test for InvoiceInDescriptor

This commit is contained in:
Jorge Penadés 2025-03-13 13:17:57 +01:00
parent 74aa45d4d2
commit 78b2a9ead6
1 changed files with 2 additions and 2 deletions

View File

@ -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));
});