From 1961750c8683384172fcf91e861b26bd63fd1a0d Mon Sep 17 00:00:00 2001 From: pablone Date: Tue, 18 Mar 2025 08:09:37 +0100 Subject: [PATCH] test: refs #8602 skip edit line and filter client tests in claimDevelopment and ticketList specs --- test/cypress/integration/claim/claimDevelopment.spec.js | 2 +- test/cypress/integration/ticket/ticketList.spec.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/claim/claimDevelopment.spec.js b/test/cypress/integration/claim/claimDevelopment.spec.js index 05ee7f0b8..96de126b5 100755 --- a/test/cypress/integration/claim/claimDevelopment.spec.js +++ b/test/cypress/integration/claim/claimDevelopment.spec.js @@ -19,7 +19,7 @@ describe('ClaimDevelopment', () => { cy.getValue(firstLineReason).should('equal', lastReason); }); - it('should edit line', () => { + it.skip('should edit line', () => { cy.selectOption(firstLineReason, newReason); cy.saveCard(); diff --git a/test/cypress/integration/ticket/ticketList.spec.js b/test/cypress/integration/ticket/ticketList.spec.js index 2409dd149..a3d8fe908 100644 --- a/test/cypress/integration/ticket/ticketList.spec.js +++ b/test/cypress/integration/ticket/ticketList.spec.js @@ -35,7 +35,7 @@ describe('TicketList', () => { cy.get('.summaryBody').should('exist'); }); - it('filter client and create ticket', () => { + it.skip('filter client and create ticket', () => { cy.intercept('GET', /\/api\/Tickets\/filter/).as('ticketSearchbar'); searchResults(); cy.wait('@ticketSearchbar');