cy.intercept with multiple query parameter #20221
Unanswered
konstantinschuette
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I use
"cypress": "^8.6.0"
So I got this URL=
https://api.com/auth/validate?uuid=X&login=XF&pass=X
I only want to change the reponse status code and body.
First attempt ONLY ONE *:
Second attempt TWO **:
Third attempt:
Fourth attempt:
With all of those combination tested, the request will always be send to the server/api.
At least the second attempt should work, because it works fine with one query parameter.
Beta Was this translation helpful? Give feedback.
All reactions