I have a system in which a specific POST call is made regularly. My test affects what the next POST call will return, however when I use cy.wait it immediately passes because a previous call has taken place. Is it in any way possible to make cy.wait wait for the next call?