refactor: refs #8581 streamline validation logic in invoiceInDescriptor test
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-03-14 15:49:32 +01:00
parent f232334367
commit 300048c1e1
1 changed files with 9 additions and 10 deletions

View File

@ -94,16 +94,15 @@ describe('InvoiceInDescriptor', () => {
redirect(originalId); redirect(originalId);
cy.clicDescriptorAction(4); cy.clicDescriptorAction(4);
cy.checkQueryParams({ table: { subkey: 'correctedFk', val: originalId } }); cy.validateVnTableRows({
// cy.validateVnTableRows({ cols: [
// cols: [ {
// { name: 'supplierRef',
// name: 'supplierRef', val: '1237',
// val: '1237', operation: 'include',
// operation: 'include', },
// }, ],
// ], });
// });
}); });
}); });