test: refs #8581 skip file download test for InvoiceInDescriptor
This commit is contained in:
parent
74aa45d4d2
commit
78b2a9ead6
|
@ -53,8 +53,8 @@ describe('InvoiceInDescriptor', () => {
|
||||||
expect(response.statusCode).to.equal(200);
|
expect(response.statusCode).to.equal(200);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
// https://redmine.verdnatura.es/issues/8767
|
||||||
it('should download the file properly', () => {
|
it.skip('should download the file properly', () => {
|
||||||
cy.visit('/#/invoice-in/1/summary');
|
cy.visit('/#/invoice-in/1/summary');
|
||||||
cy.validateDownload(() => cy.selectDescriptorOption(5));
|
cy.validateDownload(() => cy.selectDescriptorOption(5));
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue