refactor: refs #8581 streamline validation logic in invoiceInDescriptor test

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
test/cypress/integration/invoiceIn

View File

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