From 3d02b75365ef520a9008a8e73be5d9505b9826a2 Mon Sep 17 00:00:00 2001 From: jorgep Date: Fri, 7 Mar 2025 15:33:38 +0100 Subject: [PATCH] test: refs #8581 update supplier reference in InvoiceInList filtering test --- test/cypress/integration/invoiceIn/invoiceInList.spec.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', () => {