How to wait for two parallel XHR requests in Cypress
You can wait for an array of aliases, I haven't tried it with multiple calls to the same route, but I think it should do the trick.
cy.wait(['@users', '@users'])
You can wait for an array of aliases, I haven't tried it with multiple calls to the same route, but I think it should do the trick.
cy.wait(['@users', '@users'])