-
Is it possible to test a NavigateTo an external url? The following code works in production. However when running in bUnit it throws the error: |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
Hi @TDroogers, Can you share the full stack trace. It seems this might be a bug in bUnits fake navigation manager. I think you should be able to navigate to an external URL. |
Beta Was this translation helpful? Give feedback.
-
I reproduced the issue with the following stack trace:
The reason is this line which leads to validate the new uri vs the BaseUri. Neither the |
Beta Was this translation helpful? Give feedback.
-
It looks like the same issue as @linkdotnet found.
|
Beta Was this translation helpful? Give feedback.
-
@TDroogers, Steven has fixed this and there should be a nightly release coming to GitHub Package Repository soon. Thanks for bringing this to our attention. |
Beta Was this translation helpful? Give feedback.
@TDroogers, Steven has fixed this and there should be a nightly release coming to GitHub Package Repository soon. Thanks for bringing this to our attention.