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
fix(MUSD-744): update Money tab test for new Tab.Screen registration
After moving MoneyScreenStack from a top-level Stack.Screen into a
Tab.Screen inside HomeTabs, the conditional-rendering test could no
longer find Routes.MONEY.ROOT among the outer Stack navigator's
direct children. Render HomeTabs separately (mirroring the existing
getHomeTabsComponent helper) and inspect the TabNavigator's children
to assert the Money route is registered when the feature flag is on
and absent when it is off.
0 commit comments