Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed message for asserting route exists #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

troccoli
Copy link

The real issue is the actual message. Cypress displays all expectation, in green when they are successful and in red when they fail. Compare
Screenshot 2024-11-25 at 16 33 55
and
Screenshot 2024-11-25 at 16 33 17

So, as @Joucke said in this comment, what's displayed should be what the package is trying to assert, i.e. that the route exists.

This PR does just that, so now we would have

Screenshot 2024-11-25 at 16 41 24

and

Screenshot 2024-11-25 at 16 41 48

Closes #55

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Laravel route "login" does not exist.
1 participant