diff --git a/src/components/TestToolMenu.tsx b/src/components/TestToolMenu.tsx index 647f25c450e5..2ae70c652b02 100644 --- a/src/components/TestToolMenu.tsx +++ b/src/components/TestToolMenu.tsx @@ -8,8 +8,10 @@ import * as Network from '@userActions/Network'; import * as Session from '@userActions/Session'; import * as User from '@userActions/User'; import CONFIG from '@src/CONFIG'; +import Navigation from '@libs/Navigation/Navigation'; import ONYXKEYS from '@src/ONYXKEYS'; import type {Network as NetworkOnyx, User as UserOnyx} from '@src/types/onyx'; +import ROUTES from '@src/ROUTES'; import Button from './Button'; import {withNetwork} from './OnyxProvider'; import Switch from './Switch'; @@ -87,6 +89,15 @@ function TestToolMenu({user = USER_DEFAULT, network}: TestToolMenuProps) { onPress={() => Session.invalidateCredentials()} /> + + {/* Navigate to the new Onboarding flow (Stage 1). This button is temporary and should be removed after passing QA tests. */} + +