diff --git a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js index c7cf8907e..18320f880 100644 --- a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js @@ -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)); }); });