7937-claimAgile #1369

Merged
jgallego merged 15 commits from 7937-claimAgile into dev 2025-02-24 12:44:21 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 45def7f953 - Show all commits

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';