test: mark route cloning test as skipped for task 8814
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
gitea/salix-front/pipeline/pr-master This commit is unstable
Details
This commit is contained in:
parent
1a1b399606
commit
ef2ce0500e
|
@ -118,8 +118,8 @@ describe('Route extended list', () => {
|
|||
cy.validateContent(selector, value);
|
||||
});
|
||||
});
|
||||
|
||||
it('Should clone selected route and add ticket', () => {
|
||||
// task https://redmine.verdnatura.es/issues/8814
|
||||
xit('Should clone selected route and add ticket', () => {
|
||||
cy.get(selectors.firstRowSelectCheckBox).click();
|
||||
cy.get(selectors.cloneBtn).click();
|
||||
cy.dataCy('Starting date_inputDate').type('01-01-2001');
|
||||
|
|
Loading…
Reference in New Issue