-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Wallet - Not here page is opened from "Add payment method" button when app is loading #57619
Comments
Triggered auto assignment to @alexpensify ( |
🚨 Edited by proposal-police: This proposal was edited at 2025-02-28 15:41:14 UTC. ProposalPlease re-state the problem that we are trying to solve in this issue.Wallet - Not here page is opened from "Add payment method" button when app is loading What is the root cause of that problem?We display in App/src/pages/settings/Wallet/WalletEmptyState.tsx Lines 51 to 60 in 0a8e7aa
App/src/components/FeatureList.tsx Lines 113 to 121 in 0a8e7aa
So the not found page is displayed when pressing add payment because isUserValidated will be false here
What changes do you think we should make in order to solve the problem?We have a lot of options: we can either avoid the button or disable (
Optionally because What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?N / A - UI bug What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.
What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
the
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?
What alternative solutions did you explore? (Optional)Option 1:
App/src/pages/settings/Wallet/InternationalDepositAccount/index.tsx Lines 21 to 23 in ec99650
like we did in: App/src/pages/settings/Wallet/InternationalDepositAccount/InternationalDepositAccountContent.tsx Lines 132 to 134 in ec99650
when the account is loading.
Option 2:
|
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.1.7-1
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: N/A
**If this was caught during regression testing, add the test name, ID and link from TestRail:**N/A
Email or phone of affected tester (no customers): applausetester+sj9032@applause.expensifail.com
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
"Add payment method" button should not be accessible when app is loading
Actual Result:
"Add payment method" button is accessible when app is loading and it leads to not here page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6757600_1740754932943.20250228_225908.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: