test: refs #8422 remove 'only' from download DMS test to ensure all tests run
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jose Antonio Tubau 2025-04-11 14:01:05 +02:00
parent ec906daf41
commit b45c97e3c1
1 changed files with 1 additions and 1 deletions

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