test: refs #8581 update supplier reference in InvoiceInList filtering test
gitea/salix-front/pipeline/pr-dev This commit is unstable Details

This commit is contained in:
Jorge Penadés 2025-03-07 15:33:38 +01:00
parent c3a4052edc
commit 3d02b75365
1 changed files with 2 additions and 2 deletions

View File

@ -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', () => {