-
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
Reintroduce error message in "Connect Bank Account" flow when wrong bank account number is entered #17748
Conversation
@mananjadhav @deetergp One of you needs to 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] |
Reviewer Checklist
Screenshots/VideosiOS |
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.
Code looks good and I verified it tests well on all platforms save for iOS. For some reason, a configuration error is keeping me from loading the Plaid sandbox on that platform, but I can say, with near certainty, that it has nothing to do with the one line change in this PR.
All yours @mananjadhav!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
Reviewer Checklist
Screenshots/Videos@amyevans @deetergp Took some more time to complete testing both workflows and checklist. I had two questions:
As I mentioned point 2 is unrelated to the PR as it happens for specific workspace on my account and goes when I logout and login again. |
Ah sorry for jumping the gun on merging @mananjadhav, I had been under the impression you wouldn't be able to test this PR (basically the reason this bug was assigned as To answer your questions,
Yeah that's expected, we only have the last 4 digits available to check against, so that has to be "good enough" here. (Plaid returns substitute numbers for Chase).
Hmm, I did not come across that, but I didn't click |
🚀 Deployed to staging by https://github.com/amyevans in version: 1.3.5-0 🚀
|
^ Sorry, QAers said PR caused a regression but just retested myself and it doesn't happen. Don't think they followed the test steps correctly |
🚀 Deployed to production by https://github.com/jasperhuangg in version: 1.3.5-6 🚀
|
Details
Fixed Issues
$ #16669
Tests
Main case this PR fixes
Connect online with Plaid
method to add a bank accountMobile
and enter "credentials_good" as the verification mode1111
. You'll be redirected to the enter back account details manually (this is a special case for the Chase bank account selection)Regression test (Manual bank account setup with 2 devices)
Since #16669 is a regression from #15772, let's verify we don't break the case #15772 intended to fix
Connect manually
method to add a bank account041215032
and123456
), then continue on and complete Step 2 in the flowOffline tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.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)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
Web
web.mov
Regression test:
Mobile Web - Chrome
Mobile Web - Safari
Desktop
iOS
Android