-
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
Deprecate reimbursementAccountDraftValues #11640
Conversation
Updated! |
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! Just one question.
Hey! I see that you made changes to our Form component. Make sure to update the docs in FORMS.md accordingly. Cheers! |
Updated! |
Bumping for reviews! |
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.
Seems like the other reviewers have some more context than I, but code looks good to me!
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! Can we also test with any other form(s) that use shouldSaveDraft
?
I'm assuming the Web QA is the same as the test steps? Currently, it's empty in the OP
MacOS / Chrome 1.New.Expensify.1.webmMacOS / Desktop Screen.Recording.2022-10-14.at.3.34.59.PM.moviOS / native Screen.Recording.2022-10-14.at.3.39.37.PM.movAndroid / native Screen.Recording.2022-10-14.at.3.18.10.PM.moviOS / Safari Screen.Recording.2022-10-14.at.3.28.48.PM.movAndroid / Chrome XRecorder_14102022_152445.mp4 |
|
I tested this locally and it works
Done! Thanks for catching this! |
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 all platforms and completed the reviewer checklist. All yours, @marcochavezf
@marcochavezf looks like this was merged without passing tests. Please add a note explaining why this was done and remove the |
Tests already passed |
✋ 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 @marcochavezf in version: 1.2.18-0 🚀
|
🚀 Deployed to staging by @marcochavezf in version: 1.2.18-0 🚀
|
🚀 Deployed to production by @chiragsalian in version: 1.2.18-10 🚀
|
Details
Standardizes on reimbursementAccountDraft
cc @MariaHCD @marcochavezf
Fixed Issues
#11556 (review)
Tests
+ > New Workspace
Workspace > Connect bank account > Connect online with Plaid
user_good
andpass_good
as credentials011401533
and1111222233331111
for routing and account numbersSave and continue
Save and continue
Workspace > Connect bank account > Continue with setup
<
to go back to theBank account step
and verify that the account information is filled in the form inputsPR Review Checklist
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
have been tested & I retested again)/** comment above it */
displayName
propertythis
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)QA Steps
Same as test steps
Screenshots
Web
web.mov
Mobile Web - Chrome
chrome.mov
Mobile Web - Safari
safari.mov
Desktop
desktop.mov
iOS
ios.mov
Android
android.mov