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);
|
||||
});
|
||||
});
|
||||
|
||||
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));
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue