#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 9 additions and 9 deletions
Showing only changes of commit f232334367 - Show all commits

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',
// },
// ],
// });
});
});