Skip to content

Commit

Permalink
Merge branch 'master' of github.com:laracasts/cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Feb 15, 2022
2 parents e7451cd + 3aba4df commit 21e438b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stubs/support/laravel-commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ Cypress.Commands.overwrite('visit', (originalFn, subject, options) => {
return originalFn({
url: Cypress.Laravel.route(subject.route, subject.parameters || {}),
method: Cypress.Laravel.routes[subject.route].method[0],
...options
});
}

Expand Down

0 comments on commit 21e438b

Please sign in to comment.