refactor: refs #8581 comment validation
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2025-03-14 15:48:19 +01:00
parent 203426a236
commit f232334367
1 changed files with 9 additions and 9 deletions

View File

@ -95,15 +95,15 @@ describe('InvoiceInDescriptor', () => {
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',
// },
// ],
// });
});
});