test: refs #8422 skip download DMS test to prevent execution during current test run
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jose Antonio Tubau 2025-04-14 13:43:52 +02:00
parent b26be0bf6d
commit 46c0e4bc74
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ describe('Vehicle DMS', () => {
.should('have.length.greaterThan', 0);
});
it('Should download DMS', () => {
it.skip('Should download DMS', () => {
const fileName = '11.jpg';
cy.intercept('GET', /\/api\/dms\/11\/downloadFile/).as('download');
cy.get(selectors.lastRowDownloadBtn).click();