|
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: |
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. |
|
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 |
|
It looks like the same issue as @linkdotnet found. |
|
@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. |
@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.