#8442 - createVehicleDms #1614

Merged
jtubau merged 47 commits from 8422-createVehicleDms into dev 2025-04-16 14:20:24 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b45c97e3c1 - Show all commits

View File

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