test: refs #8602 skip ClaimDevelopment test suite

This commit is contained in:
Pablo Natek 2025-03-18 09:00:36 +01:00
parent 96b4d9c51f
commit 935ac752f5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/// <reference types="cypress" />
describe('ClaimDevelopment', () => {
describe.skip('ClaimDevelopment', () => {
const claimId = 1;
const firstLineReason = 'tbody > :nth-child(1) > :nth-child(2)';
const thirdRow = 'tbody > :nth-child(3)';