Open
Description
Environment
https://stackblitz.com/edit/github-shyy23?file=pages%2Fmypage.vue
Reproduction
https://stackblitz.com/edit/github-shyy23?file=pages%2Fmypage.vue
Describe the bug
expect(useRoute().path).toEqual('/')
fails when navigateTo('/')
called within page component. Doesn't fail when called directly in test itself.
Additional context
No response
Logs
No response