From ef2ce0500e7e81bb15d254f2f06baa856438a280 Mon Sep 17 00:00:00 2001 From: pablone Date: Wed, 26 Mar 2025 12:05:32 +0100 Subject: [PATCH] test: mark route cloning test as skipped for task 8814 --- test/cypress/integration/route/routeExtendedList.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/route/routeExtendedList.spec.js b/test/cypress/integration/route/routeExtendedList.spec.js index 2d59b551489..fee8369e38a 100644 --- a/test/cypress/integration/route/routeExtendedList.spec.js +++ b/test/cypress/integration/route/routeExtendedList.spec.js @@ -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');