test: refs #8581 update invoiceInDescriptor test to ensure correct navigation to invoiceIn list
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
9b04fc3bc8
commit
efd364e3b2
|
@ -78,8 +78,8 @@ describe('InvoiceInDescriptor', () => {
|
|||
|
||||
it('should navigate to the invoiceIn list', () => {
|
||||
cy.intercept('GET', /api\/InvoiceIns\/1/).as('getCard');
|
||||
cy.clicDescriptorAction(3);
|
||||
cy.wait('@getCard');
|
||||
cy.clicDescriptorAction(3);
|
||||
cy.url().should('to.match', /invoice-in\/list\?table=\{.*supplierFk.+\}/);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue