refactor: refs #8581 comment validation
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
203426a236
commit
f232334367
|
@ -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',
|
||||
// },
|
||||
// ],
|
||||
// });
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue