test: refs #8581 update supplier reference in InvoiceInList filtering test
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
gitea/salix-front/pipeline/pr-dev This commit is unstable
Details
This commit is contained in:
parent
c3a4052edc
commit
3d02b75365
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in New Issue