[Internal QA] New Expensify Supportal access issues#72668
Merged
Conversation
allgandalf
commented
Oct 15, 2025
allgandalf
commented
Oct 15, 2025
allgandalf
commented
Oct 15, 2025
|
@sobitneupane Please copy/paste the Reviewer Checklist from here into a new comment on this PR and complete it. If you have the K2 extension, you can simply click: [this button] |
Contributor
Author
|
sorry for the ping @sobitneupane , this is internal QA since supportal access is needed |
Codecov Report❌ Patch coverage is
... and 13 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Contributor
|
Looks pretty good from local testing 🎊 Screen.Recording.2025-10-15.at.12.54.04.PM.mov |
MariaHCD
approved these changes
Oct 15, 2025
MariaHCD
left a comment
Contributor
There was a problem hiding this comment.
Looks good to me, overall!
Contributor
Reviewer Checklist
Screenshots/VideosAndroid: HybridAppAndroid: mWeb ChromeiOS: HybridAppiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
Contributor
|
🚀 Deployed to staging by https://github.com/mountiny in version: 9.2.32-0 🚀
|
Contributor
|
QA'd on staging and looks pretty good! Screen.Recording.2025-10-16.at.9.14.52.AM.mov |
8 tasks
Contributor
|
Looks like this PR might be causing #72734 |
Contributor
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.2.32-6 🚀
|
50 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Explanation of Change
We do not have any condition to deal with
restore login for supportal agent, we directly callredirectToSignIn:App/src/libs/actions/Session/index.ts
Lines 270 to 271 in 52e92f7
App/src/libs/actions/Session/index.ts
Lines 361 to 363 in 52e92f7
But for supportal case, we want to do the following:
If the supportal agent was already signed in before supportal in into customer account
Restore stashed loginand then redirect the user to OD supportal page of supportal agentIf the supportal agent was not signed in before supportal in into customer account
Sign Outand then redirect the user to OD supportal page of supportal agentThis PR also adds a unit test for the change to prevent regressions
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/545504
PROPOSAL:
Tests
Offline tests
QA Steps
Precondition:
Test 1:
Verify that you are redirected to OD supportal page with your stashed session logged in (meaning your supportal agent account should be shown)
Screen.Recording.2025-10-15.at.1.49.45.PM.mov
Precondition:
Test 2:
Verify that you are redirected to OD supportal page with your stashed session logged in (meaning your supportal agent account should be shown)
Screen.Recording.2025-10-15.at.1.50.21.PM.mov
PR Author Checklist
### Fixed Issuessection aboveTestssectionOffline stepssectionQA stepssectioncanBeMissingparam foruseOnyxtoggleReportand notonIconClick)src/languages/*files and using the translation methodSTYLE.md) were followedAvatar, I verified the components usingAvatarare working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG))npm run compress-svg)Avataris modified, I verified thatAvataris working as expected in all cases)Designlabel and/or tagged@Expensify/designso the design team can review the changes.ScrollViewcomponent to make it scrollable when more elements are added to the page.mainbranch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTeststeps.