Skip to content

Commit

Permalink
Fix dropping args from cy.intercept() (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjduffy authored Aug 9, 2023
1 parent 58907b5 commit ae89d2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/cypress/src/support.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ function simplifyCommand(cmd?: CommandLike) {
// Remove `options` from args so we don't capture them as command args in
// metadata
switch (cmd.name) {
case "intercept":
case "request":
case "route":
case "stub":
Expand Down

0 comments on commit ae89d2c

Please sign in to comment.