#8581 invoiceIn e2e #1452
test/cypress/integration/invoiceIn
|
@ -56,9 +56,7 @@ describe('InvoiceInDescriptor', () => {
|
|||
|
||||
it('should download the file properly', () => {
|
||||
cy.visit('/#/invoice-in/1/summary');
|
||||
cy.validateDownload(() => cy.selectDescriptorOption(5), {
|
||||
type: 'image/jpeg',
|
||||
});
|
||||
cy.validateDownload(() => cy.selectDescriptorOption(5));
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue