From 60aa0995361a0496449ee41bf839238df784eee4 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 7 Mar 2025 11:18:56 +0100 Subject: [PATCH] test: refs #8581 update invoiceInDescriptor spec to remove exclusive test execution --- test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',