hotfix: Ticket negative improve #1591

Merged
jsegarra merged 25 commits from hotfix_negative_available into master 2025-04-15 21:04:31 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bb949cd00c - Show all commits

View File

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