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

This commit is contained in:
Jorge Penadés 2025-03-05 12:34:45 +01:00
parent 9b04fc3bc8
commit efd364e3b2
1 changed files with 1 additions and 1 deletions

View File

@ -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.+\}/);
});
});