#8581 invoiceIn e2e #1452

Merged
jorgep merged 153 commits from 8581-invoiceinE2e into dev 2025-03-20 08:58:01 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 3d02b75365 - Show all commits

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