-
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
Expense - "Try it out" button is not functional #57351
Comments
Triggered auto assignment to @twisterdotcom ( |
Triggered auto assignment to @yuwenmemon ( |
💬 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:
|
This is under beta, so I'm unsure if it needs to be a blocker. It's definitely coming from #56759 cc @grgia @kubabutkiewicz @DylanDylann |
We haven't implemented it |
ProposalPlease re-state the problem that we are trying to solve in this issue."Try it out" button is not functional What is the root cause of that problem?We don't handle
What changes do you think we should make in order to solve the problem?
const useProductTrainingContext = (tooltipName: ProductTrainingTooltipName, shouldShow = true, onConfirm = () => {}) => { Then use the App/src/components/ProductTrainingContext/index.tsx Lines 220 to 228 in eaa3be4
<Button
success
text={translate('productTrainingTooltip.scanTestTooltip.tryItOut')}
style={[styles.flex1, styles.ph1]}
onPress={() => {
onConfirm?.();
hideProductTrainingTooltip();
}}
/>
<Button
text={translate('productTrainingTooltip.scanTestTooltip.noThanks')}
style={[styles.flex1, styles.ph1]}
onPress={hideProductTrainingTooltip}
/>
const {shouldShowProductTrainingTooltip, renderProductTrainingTooltip} = useProductTrainingContext(CONST.PRODUCT_TRAINING_TOOLTIP_NAMES.SCAN_TEST_TOOLTIP, shouldShowTestReceiptTooltip, onPress);
App/src/components/TabSelector/TabSelector.tsx Lines 79 to 80 in eaa3be4
route.name === CONST.TAB_REQUEST.SCAN && !isActive && !getIsUserSubmittedExpenseOrScannedReceipt() && Permissions.canUseManagerMcTest(betas); What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?None What alternative solutions did you explore? (Optional)DemoScreen.Recording.2025-02-25.at.12.00.19.mov |
Cool! Closing this out then, since this is expected. |
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.1.5-0
Reproducible in staging?: Y
Reproducible in production?: Unable to check in Prod, new feature
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): [email protected]
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
"Try it out" button will be functional
Actual Result:
"Try it out" button is not functional
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6752990_1740430682585.20250225_045639.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: