diff --git a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js index d0f4df2d5..7058e154c 100644 --- a/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInDescriptor.spec.js @@ -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', + }, + ], + }); }); });