From b45c97e3c1c0db194d356c970799925d771459d5 Mon Sep 17 00:00:00 2001 From: jtubau <jtubau@verdnatura.es> Date: Fri, 11 Apr 2025 14:01:05 +0200 Subject: [PATCH] test: refs #8422 remove 'only' from download DMS test to ensure all tests run --- test/cypress/integration/route/vehicle/vehicleDms.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/route/vehicle/vehicleDms.spec.js b/test/cypress/integration/route/vehicle/vehicleDms.spec.js index 94ea8ccaa..d0c493c4d 100644 --- a/test/cypress/integration/route/vehicle/vehicleDms.spec.js +++ b/test/cypress/integration/route/vehicle/vehicleDms.spec.js @@ -55,7 +55,7 @@ describe('Vehicle DMS', () => { .should('have.length.greaterThan', 0); }); - it.only('Should download DMS', () => { + it('Should download DMS', () => { const fileName = '11.jpg'; cy.intercept('GET', /\/api\/dms\/11\/downloadFile/).as('download'); cy.get(selectors.lastRowDownloadBtn).click();