diff --git a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js index 6e02ee1c4..a8ba25012 100644 --- a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js @@ -54,7 +54,7 @@ describe('InvoiceInDescriptor', () => { }); }); - it.only('should download the file properly', () => { + it('should download the file properly', () => { cy.visit('/#/invoice-in/1/summary'); cy.validateDownload(() => cy.selectDescriptorOption(5), { type: 'image/jpeg',