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();