Merge branch 'master' into hotfix_negative_available
gitea/salix-front/pipeline/pr-master This commit is unstable Details

This commit is contained in:
Javier Segarra 2025-03-13 08:01:56 +00:00
commit bb949cd00c
1 changed files with 1 additions and 1 deletions

View File

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