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
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
ec906daf41
commit
b45c97e3c1
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue