Closed mckn closed 6 months ago
This PR will update the app-with-dashboard tests to create a fixture that will define the gotoPage navigation function. The benefit of this is that you don't need to repeat the /a/${pluginId} in every test.
app-with-dashboard
gotoPage
/a/${pluginId}
Description
This PR will update the
app-with-dashboard
tests to create a fixture that will define thegotoPage
navigation function. The benefit of this is that you don't need to repeat the/a/${pluginId}
in every test.