-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[Due for payment 2025-06-05] [Due for payment 2025-06-04] Test Drive - Tap the Get Started or Skip does not redirect to the #admin chat #62728
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 @VictoriaExpensify ( |
Triggered auto assignment to @iwiznia ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
@VictoriaExpensify FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Test Drive - Tap the Get Started or Skip does not redirect to the #admin chat What is the root cause of that problem?We navigate to inbox when we complete onboarding App/src/libs/navigateAfterOnboarding.ts Lines 20 to 26 in 526a0e4
and then navigate to App/src/libs/navigateAfterOnboarding.ts Line 44 in 526a0e4
here App/src/components/TestDrive/TestDriveDemo.tsx Lines 29 to 33 in 526a0e4
we navigate back so end up on inbox page on small screens instead of admins room What changes do you think we should make in order to solve the problem?We should get the const [onboardingAdminsChatReportID] = useOnyx(ONYXKEYS.ONBOARDING_ADMINS_CHAT_REPORT_ID, {canBeMissing: true});
.
.
const closeModal = useCallback(() => {
setIsVisible(false);
InteractionManager.runAfterInteractions(() => {
if (onboardingAdminsChatReportID) {
Navigation.navigate(ROUTES.REPORT_WITH_ID.getRoute(onboardingAdminsChatReportID));
} else {
Navigation.goBack();
}
});
}, []); What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N/A 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. |
Damn, just saw this issue at the end of my day, did not realize I had it assigned (I usually get a message in slack for hourlies that did not get today). Will look into it tomorrow first thing. |
I think we can assign @fabioh8010 |
This is part of the test drive initiative, so they're working on fixing this |
Triggered auto assignment to @roryabraham ( |
💬 A slack conversation has been started in #expensify-open-source |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
PR is up -> #62826 |
PR merged, requesting CP 🙏 |
Hmm after hitting I bet this could be NAB for today 🤔 |
@Beamanator It's expected if you used an email with a |
Ah nice, so closing this then |
aah nice, thanks for confirming @fabioh8010 ! |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.52-0 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-06-04. 🎊 For reference, here are some details about the assignees on this issue:
|
@iwiznia / @roryabraham @VictoriaExpensify @fabioh8010 The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.1.53-7 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2025-06-05. 🎊 For reference, here are some details about the assignees on this issue:
|
@iwiznia / @roryabraham @VictoriaExpensify @fabioh8010 The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
Uh oh!
There was an error while loading. Please reload this page.
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.51-0
Reproducible in staging?: Yes
Reproducible in production?: Unable to check - new feature testing
If this was caught during regression testing, add the test name, ID and link from TestRail: #60997
Email or phone of affected tester (no customers): N/A
Issue reported by: Applause Internal Team
Device used: Android 13 / Xiaomi Poco F5, iOS 15.8.3 / iPhone 7 Plus, Android 13 / Chrome
App Component: Other
Action Performed:
Do the test drive
Skip the test drive
7. Create a new account (without + sign)
8. Tap skip on What's your work email modal
9. Choose Manage my team's expenses > 1-10 employees
10. Choose any accounting integration (QBO, QBD, Xero, or Sage Intacct)
11. When the test drive modal shows up, Tap the Skip button
Expected Result:
Actual Result:
Note:
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6840963_1748076547043.60997_iOS-Fail_Scenario_B.mp4
Bug6840963_1748066439046.62662_-_PR60997_-_Test_Drive_-_Tap_the_Get_Started_does_not_redirect_to_the__admin_chat.mp4
View all open jobs on GitHub
Issue Owner
Current Issue Owner: @VictoriaExpensifyThe text was updated successfully, but these errors were encountered: