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
When running the integration test in the example folder, I get this failure :
00:00 +0: VRouter
[VRouter: INFO] Successfully navigated to "/" using VRouter.to o
[VRouter: INFO] Successfully navigated to "/dashboard" using VRouter.to o
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure object was thrown running a test:
Expected: exactly one matching node in the widget tree
Actual: _WidgetTypeFinder:<zero widgets with type "DashboardMenu" (ignoring offstage widgets)>
Which: means none were found but one was expected
As you can see, the Sidebar doesn't react to the route changes.
Here is a simplified example where you can verify that it's indeed not working : (Press on the FAB to go to a random path)
When running the integration test in the example folder, I get this failure :
As you can see, the Sidebar doesn't react to the route changes.
Here is a simplified example where you can verify that it's indeed not working : (Press on the FAB to go to a random path)
The text was updated successfully, but these errors were encountered: