-
Notifications
You must be signed in to change notification settings - Fork 93
Testing navigation with query params #91
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
Comments
Hi @skolldev, could it be that there's a missing base path? |
I was able to reproduce it in the example apps, will try to provide a fix for this ASAP. Thanks for creating the issue |
Wow Tim, that was super quick! Thanks for your help :) |
🎉 This issue has been resolved in version 9.2.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Hi,
Versions:
I'm trying to test a component that has behaviour based on its query params.
I have my routing configuration:
Then, in the test im trying to navigate to it with a query param:
However, I'm getting the following error:
Cannot match any routes. URL Segment: 'register%3Ftoken%3Dabc'
Is there a better way to test it? Or am I getting something wrong?
The text was updated successfully, but these errors were encountered: