assigning variables to cy.intercept() produces different behaviour to cy.server() with cy.route() #14259
Unanswered
matthew-nash-cko
asked this question in
Component Testing
Replies: 1 comment
-
It may be this issue, which will be fixed in our next release. #9379 (comment) I can't be sure without a clear way to reproduce. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
Since swapping route for intercept i'm getting an issue whereby Cypress fails to spy on a route with a unique variable name, but with a path that has already been recorded/cached in the routes table. example:
*** WORKING ***
*** NOT WORKING ***
Is anyone else experiencing this issue. Apologies if this issue has been raised already
Matt
Beta Was this translation helpful? Give feedback.
All reactions