-
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
Create updateCompanyInformationForBankAccount in App #11026
Create updateCompanyInformationForBankAccount in App #11026
Conversation
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 great! Could you also test for:
- How errors are handled/displayed at this step.
- The offline behavior. This should be Pattern C.
Addressed comments and added test steps for an error case and offline usage. Ready for another review! |
While testing this, I noticed that there's a race condition coming from Web-E. The
This wasn't a problem before this commit because I'm gonna work on a fix for it |
#11162 has been merged on main - please merge main on your branch and let me know if you need help with the conflicts |
Updated! This is ready for reviews! |
Updated and ready for another round of reviews! |
Merge conflict 😬 |
Hold removed. Merging 🎉 |
@luacmartins looks like this was merged without passing tests. Please add a note explaining why this was done and remove the |
Tests passed. Removing |
✋ 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 @luacmartins in version: 1.2.11-0 🚀
|
🚀 Deployed to production by @AndrewGable in version: 1.2.11-4 🚀
|
…anyInformationForBankAccount Create updateCompanyInformationForBankAccount in App
Details
cc @MariaHCD @nkuoch
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/226850
Tests
Workspace > Connect bank account
011401533
as routing number and011401533
as account numberSave & continue
button is disabled (and that you see the offline message below the button on mobile)Save and continue
<
to go back to theConnect bank account
step1111222233331111
Save & continue
in theConnect bank account
Company information
step should be filled outSave & continue
Personal information
step<
icon at the top left of the modalSave and continue
Personal information
stepPR Review Checklist
Contributor (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 */
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)PR Reviewer Checklist
The Contributor+ 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
Desktop
desktop.mov
iOS
ios.mov
Android
android.mov