From 42d613429fcbba851a7a4d31ded907d4b0e126f7 Mon Sep 17 00:00:00 2001 From: pablone Date: Wed, 26 Mar 2025 09:55:26 +0100 Subject: [PATCH] test: mark specific tests as skipped for tasks 8814 and 8779 --- test/cypress/integration/route/routeExtendedList.spec.js | 3 ++- test/cypress/integration/ticket/ticketList.spec.js | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/route/routeExtendedList.spec.js b/test/cypress/integration/route/routeExtendedList.spec.js index fb2885f35..2d59b5514 100644 --- a/test/cypress/integration/route/routeExtendedList.spec.js +++ b/test/cypress/integration/route/routeExtendedList.spec.js @@ -146,7 +146,8 @@ describe('Route extended list', () => { cy.readFile(`${downloadsFolder}/${fileName}`).should('exist'); }); - it('Should mark as served the selected route', () => { + // task https://redmine.verdnatura.es/issues/8814 + xit('Should mark as served the selected route', () => { cy.get(selectors.lastRowSelectCheckBox).click(); cy.get(selectors.markServedBtn).click(); diff --git a/test/cypress/integration/ticket/ticketList.spec.js b/test/cypress/integration/ticket/ticketList.spec.js index 5613a5854..85356ed15 100644 --- a/test/cypress/integration/ticket/ticketList.spec.js +++ b/test/cypress/integration/ticket/ticketList.spec.js @@ -35,7 +35,8 @@ describe('TicketList', () => { cy.get('.summaryBody').should('exist'); }); - it('filter client and create ticket', () => { + // task https://redmine.verdnatura.es/issues/8779 + xit('filter client and create ticket', () => { cy.intercept('GET', /\/api\/Tickets\/filter/).as('ticketSearchbar'); searchResults(); cy.wait('@ticketSearchbar');