fix: refs #8441 add TODO comment for skipped vehicleDms test
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
2c7913e51e
commit
2f0f0c73cd
|
@ -66,6 +66,9 @@ describe('Vehicle DMS', () => {
|
|||
cy.testDmsAction('create', formSelectors, data, 'Data saved');
|
||||
});
|
||||
|
||||
/*
|
||||
TODO: #8946 REDMINE
|
||||
*/
|
||||
it.skip('Should download DMS', () => {
|
||||
let fileName;
|
||||
cy.get(selectors.firstRowId)
|
||||
|
|
Loading…
Reference in New Issue