test: refs #8581 update mock data in InvoiceInDescriptor tests
This commit is contained in:
parent
a5777211b7
commit
c3a4052edc
test/cypress/integration/invoiceIn
|
@ -101,7 +101,7 @@ describe('InvoiceInDescriptor', () => {
|
|||
cols: [
|
||||
{
|
||||
name: 'supplierRef',
|
||||
val: '1234',
|
||||
val: 'mockInvoice',
|
||||
operation: 'include',
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue