Link component prints "/test/folder?testSuiteId=4ec9425b-4d7e-48eb-8aaa-cc5cd34f3545" which is the link I really want to go. But router matches stepsRoute while I'm expecting it to match testSuiteRouteWithFolder.
Final URL becomes : /testcase?testCaseId="1" .
!! If I copy this URL to URL bar and press enter, it goes to correct route. !!