-
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
Company cards - After enabling company card, tapping new card directs to hmm not here page #56372
Comments
Triggered auto assignment to @mallenexpensify ( |
ProposalPlease re-state the problem that we are trying to solve in this issue.After enabling company card, tapping new card directs to hmm not here page. What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
{!!policy?.areExpensifyCardsEnabled && (
<MenuItem
title={translate('workspace.expensifyCard.newCard')}
icon={Expensicons.Plus}
onPress={handleIssueNewCard}
/>
)} What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?We can write test for the What alternative solutions did you explore? (Optional)
like: featureName={CONST.POLICY.MORE_FEATURES.ARE_EXPENSIFY_CARDS_ENABLED ||CONST.POLICY.MORE_FEATURES.ARE_COMPANY_CARDS_ENABLED } |
ProposalPlease re-state the problem that we are trying to solve in this issue.Company cards - After enabling company card, tapping new card directs to hmm not here page What is the root cause of that problem?
What changes do you think we should make in order to solve the problem?
{(policy.areExpensifyCardsEnabled || hasMultipleFeeds) && (
<MenuItem
title={translate('workspace.expensifyCard.newCard')}
icon={Expensicons.Plus}
onPress={handleIssueNewCard}
/>
)}
What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional) |
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: 9.0.94-1
Reproducible in staging?: Y
Reproducible in production?: Y
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Y
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
After enabling company card, tapping new card must not direct to hmm not here page
Actual Result:
After enabling company card, tapping new card directs to hmm not here page
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6733491_1738693864435.Screenrecorder-2025-02-04-23-55-59-605.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: