#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 1 additions and 1 deletions
Showing only changes of commit 8accf13c04 - Show all commits

View File

@ -105,8 +105,8 @@ describe('InvoiceInList', () => {
});
it('should filter by supplierRef param', () => {
cy.dataCy('Supplier ref_input').type('1234{enter}');
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' }));
});