From 8de345f33b84a888232dbda811ce4faccfd99b8d Mon Sep 17 00:00:00 2001 From: pablone Date: Mon, 12 May 2025 09:43:45 +0200 Subject: [PATCH] test: refs #8684 skip 'should add and remove new line' in ClaimDevelopment tests --- test/cypress/integration/claim/claimDevelopment.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/claim/claimDevelopment.spec.js b/test/cypress/integration/claim/claimDevelopment.spec.js index d960e2c0a..765f9fefd 100755 --- a/test/cypress/integration/claim/claimDevelopment.spec.js +++ b/test/cypress/integration/claim/claimDevelopment.spec.js @@ -31,7 +31,7 @@ describe('ClaimDevelopment', { testIsolation: true }, () => { cy.saveCard(); }); - it('should add and remove new line', () => { + it.skip('should add and remove new line', () => { cy.addCard(); cy.waitForElement(thirdRow);