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 67651a1 + 527f84b commit c949e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stubs/support/laravel-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Cypress.Laravel = {
route: (name, parameters = {}) => {
assert(
Cypress.Laravel.routes.hasOwnProperty(name),
`Laravel route "${name}" exists.`
`Laravel route "${name}" does not exist.`
);

return ((uri) => {
Expand Down

0 comments on commit c949e70

Please sign in to comment.