-
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
[QAB] Skip confirmation for track flows #40574
Conversation
@hoangzinh 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] |
👋 @hoangzinh can you review this PR today, please? It's a deliverable for our May 1st release, so we need to get it merged today or tomorrow ideally. Thanks! |
Sure @trjExpensify It's on my review list today |
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.
Could you help to resolve conflict as well? Thanks
currentUserPersonalDetails.login, | ||
currentUserPersonalDetails.accountID, | ||
currentUserPersonalDetails.login ?? '', | ||
currentUserPersonalDetails.accountID ?? 0, |
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.
It appears that we would get the current user email + accountID in case of undefined here
Lines 1309 to 1310 in 4b0e4ee
payeeAccountID = userAccountID, | |
payeeEmail = currentUserEmail, |
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.
Ah, good call.
@hoangzinh, comments addressed. All yours! |
all goods, going to test it now |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-04-24.at.00.05.23.android.movAndroid: mWeb ChromeScreen.Recording.2024-04-24.at.00.13.15.android.chrome.moviOS: NativeScreen.Recording.2024-04-23.at.21.56.51.ios.moviOS: mWeb SafariScreen.Recording.2024-04-23.at.22.39.42.ios.safari.movMacOS: Chrome / SafariScreen.Recording.2024-04-23.at.21.35.04.web.mp4MacOS: DesktopScreen.Recording.2024-04-23.at.21.51.14.desktop.mov |
Neat! Let me know if you need anything |
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.
All goods. @Gonals could you add screenshots/recordings in the PR checklist? Thanks
@marcochavezf 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] |
@marcochavezf 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] |
Conflicts |
✋ 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/marcochavezf in version: 1.4.65-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 1.4.65-5 🚀
|
Details
Fixed Issues
$ #40282
PROPOSAL:
Tests
Track XXX
and clicking on it should create the Track Expense transaction, without asking for confirmation:Offline tests
None
QA Steps
Same as tests
PR 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: mWeb Chrome
iOS: Native
iOS: mWeb Safari
MacOS: Chrome / Safari
MacOS: Desktop