We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/paulfalgout/cypress-issue
Bug
Consecutive hash changes don't hit every route
All routes are hit
Adding wait(0) between the visits will run all routes.
wait(0)
visit
The text was updated successfully, but these errors were encountered:
Second hash change never hits "url:changed" event. Forked repo here: https://github.com/cypress-io/cypress-issue
Sorry, something went wrong.
The code for this is merged, but it has not been released yet.
Fixed in 0.20.1.
0.20.1
brian-mann
Successfully merging a pull request may close this issue.
https://github.com/paulfalgout/cypress-issue
Is this a Feature or Bug?
Bug
Current behavior:
Consecutive hash changes don't hit every route
Desired behavior:
All routes are hit
Additional Info (images, stack traces, etc)
Adding
wait(0)
between thevisit
s will run all routes.The text was updated successfully, but these errors were encountered: