test: refs #8581 update invoiceInList
This commit is contained in:
parent
98541ef7dc
commit
8accf13c04
|
@ -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' }));
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue