fix: refs #7937 update claimId in ClaimAction test to reflect correct value
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javi Gallego 2025-02-24 13:27:55 +01:00
parent 6ddbce368f
commit 45def7f953
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
/// <reference types="cypress" />
describe('ClaimAction', () => {
const claimId = 2;
const claimId = 1;
const firstRow = 'tbody > :nth-child(1)';
const destinationRow = '.q-item__section > .q-field';