Clearing previously intercepted requests #23190
Unanswered
ezrag26
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to clear previously intercepted requests so that waiting on an aliased intercept will now start from the next interception?
For example, I have a request that is called every X seconds, and I want to compare the state after taking some action. There may or may not have been one or more requests between:
Therefore I cannot rely on
cy.wait()
being called two times, or three times, etc.Currently, I do the following:
What I would like would be something like this:
Beta Was this translation helpful? Give feedback.
All reactions