diff --git a/test/cypress/integration/invoiceIn/invoiceInList.spec.js b/test/cypress/integration/invoiceIn/invoiceInList.spec.js index 23ab84228..ac98742f2 100644 --- a/test/cypress/integration/invoiceIn/invoiceInList.spec.js +++ b/test/cypress/integration/invoiceIn/invoiceInList.spec.js @@ -106,8 +106,8 @@ describe('InvoiceInList', () => { it('should filter by supplierRef param', () => { cy.intercept('GET', /\/api\/InvoiceIns\/\d+\/getTotals$/).as('invoice'); - cy.dataCy('Supplier ref_input').type('1234{enter}'); - cy.wait('@invoice').then(() => cy.validateDescriptor({ title: '1234' })); + cy.dataCy('Supplier ref_input').type('1239{enter}'); + cy.wait('@invoice').then(() => cy.validateDescriptor({ title: '1239' })); }); it('should filter by FI param', () => {