You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Ed, sadly this is a known issue...
At the time when I wrote it, I didn't find a way on how to navigate to a route by simply clicking on the element.
That's why navigate came to life, because it picks the href from the route and navigates to it (link to code).
If you know a way on how we can resolve this I'm all ears. because it's a bit cumbersome that we have to do it like this.
Hi,
Is there no way to make the router tests work by simulating the user action
fireEvent.click(elem)
rather than using thenavigate(elem)
method.Thanks, Ed
The text was updated successfully, but these errors were encountered: