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
The scope of the test needs to include the state, which is owned by RallyApp.
I looked at the implementation of RallyApp, and I can see that the state is stored inside the component, so I don't know how I can access it to assert on its value.
Am I supposed to modify the RallyApp component to move the state elsewhere, and if so, where? In a ViewModel?