testbench icon indicating copy to clipboard operation
testbench copied to clipboard

Allow to set up initial target route in UI Unit Test

Open mcollovati opened this issue 4 months ago • 0 comments

Currently, a UI Unit Test always navigates to the main route (blank path), then in the test the developer can navigate to another view before starting assertions.

It would be nice to have a way to instruct the test to directly navigate to a target root, without the need to instantiate the main route.

mcollovati avatar Feb 25 '24 18:02 mcollovati