-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[$250] "Migrated User Welcome" modal URL has no response #61100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Triggered auto assignment to @slafortune ( |
@slafortune Huh... This is 4 days overdue. Who can take care of this? |
Job added to Upwork: https://www.upwork.com/jobs/~021919413824317356860 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @allroundexperts ( |
ProposalPlease re-state the problem that we are trying to solve in this issue."Migrated User Welcome" modal URL has no response What is the root cause of that problem?This condition prevents the App/src/libs/Navigation/NavigationRoot.tsx Lines 110 to 112 in 094bc6a
What changes do you think we should make in order to solve the problem?To resolve this issue, we just need to navigate to the 1 we navigate to the App/src/libs/Navigation/NavigationRoot.tsx Lines 110 to 112 in 094bc6a
update to if (path?.includes(ROUTES.MIGRATED_USER_WELCOME_MODAL) && lastVisitedPath && isOnboardingCompleted && authenticated) {
InteractionManager.runAfterInteractions(() => { // Delay to wait until `initialState` is updated
Navigation.navigate(ROUTES.MIGRATED_USER_WELCOME_MODAL);
});
return getAdaptedStateFromPath(lastVisitedPath, linkingConfig.config);
} 2 Update condition to return to keep last page
update to if ((hasBeenAddedToNudgeMigration && !dismissedProductTraining?.migratedUserWelcomeModal) || route?.params?.isNavigationRoot === 'true') { // update this
return;
} Test branchThis test branch includes all my elements to fix this issue Screen.Recording.2025-05-06.at.12.11.00.mp4What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
@allroundexperts Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@slafortune @jponikarchuk Is this a bug? If onboarding was completed, then opening this link shouldn't show the modal. Do you agree? |
@allroundexperts @slafortune @jponikarchuk I think we should be able to see the Migrated User Welcome Modal again. I want to revisit its content in case I forgot something and would like to watch it again. |
@allroundexperts According to step 2 of this PR it should be possible to see the Migrated User Welcome Modal again. |
Triggered auto assignment to @francoisl, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
📣 @huult 🎉 An offer has been automatically sent to your Upwork account for the Contributor role 🎉 Thanks for contributing to the Expensify app! Offer link |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: v9.1.33-8
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: #60719
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Device used: Windows 10 /Chrome, Samsung Galaxy s10/ Chrome
App Component: Other
Action Performed:
Expected Result:
The Migrated User Welcome Modal should be visible.
Actual Result:
Migrated User Welcome modal URL has no response
Workaround:
Unknown
Platforms:
Screenshots/Videos
1.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @francoislThe text was updated successfully, but these errors were encountered: