-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
fix: QAB - Error shows up when submitting split distance expense via split manual shortcut in QAB. #51931
fix: QAB - Error shows up when submitting split distance expense via split manual shortcut in QAB. #51931
Conversation
…split manual shortcut in QAB. Signed-off-by: krishna2323 <[email protected]>
Reviewer Checklist
Screenshots/VideosAndroid: Native51931.Android.mp4Android: mWeb Chrome51931.mWeb-Chrome.mp4iOS: Native51931.iOS.moviOS: mWeb Safari51931.mWeb-Safari.movMacOS: Chrome / Safari51931.Web.mp4MacOS: Desktop51931.Desktop.mp4 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There's one jest failed, but it's not failing when I run the script on my machine. @Krishna2323 maybe we can solve this with pull the main
?
@mollfpr, jest unit tests passed. We can move ahead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on latest commit and still looks good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks. I'm changing the QA steps so that we actually run the exact steps of the issue, splitting manually, using the QAB, then switching it to distance. I think it's important to test the exact bug. Luckily C+ did and it seems to work well.
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by https://github.com/neil-marcellini in version: 9.0.58-0 🚀
|
Original KI is not fixed #50694 |
@kavimuru I think it has a different root cause and should be handled separately. Currently, the split distance seems not working well not just from the QAB. Screen.Recording.2024-11-07.at.11.53.35.mp4 |
Hey @neil-marcellini, I'm not holding deploy on this, but can we make sure an issue is created and triaged for this ^, thanks |
🚀 Deployed to production by https://github.com/Julesssss in version: 9.0.58-2 🚀
|
Explanation of Change
QAB
, the confirmation page was skipped andIOU.splitBill
was called instead ofIOU.createDistanceRequest
which was failing.Fixed Issues
$ #50694
PROPOSAL: #50694 (comment)
Tests
Submit {amount}
buttonOffline tests
Submit {amount}
buttonQA Steps
Submit {amount}
buttonPR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.ScrollView
component to make it scrollable when more elements are added to the page.main
branch was merged into this PR after a review, I tested again and verified the outcome was still expected according to theTest
steps.Screenshots/Videos
Android: Native
android_native.mp4
Android: mWeb Chrome
android_chrome.mp4
iOS: Native
ios_native.mp4
iOS: mWeb Safari
ios_safari.mp4
MacOS: Chrome / Safari
web_chrome.mp4
MacOS: Desktop
desktop_app.mp4