-
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
reafctor: migrated AddPersonalBankAccountPage component to the function #28251
reafctor: migrated AddPersonalBankAccountPage component to the function #28251
Conversation
8981670
to
f7cf0fc
Compare
@aimane-chnaif 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] |
f7cf0fc
to
334aebf
Compare
@aimane-chnaif could You review this PR? |
334aebf
to
45a7dd4
Compare
@barttom please fix lint and pull main |
@aimane-chnaif done |
Can you please add QA Steps so that QA team won't get confused? |
@aimane-chnaif qa test updated |
f9bf0d8
to
fc22287
Compare
@aimane-chnaif Could You review it? |
I am not able to reach success page because of backend error. Also happens on staging so out of scope error.mov |
@aimane-chnaif This account is probably used in a workspace bank account. Please on the last step open dropdown and choose |
No other option to choose |
@aimane-chnaif can You check with the Fidelity bank account provider? ThenYou should have two account to choose |
I just tried with new account and got success. I'm sure there's something wrong to be fixed. I also thought same account was associated with workspace but I checked all workspaces and confirmed no bank account linked (at least on frontend). |
Do You mean this component? |
No, it also happens on main/staging. Out of scope |
I will go ahead testing with new accounts |
Reviewer Checklist
Screenshots/VideosWebweb.movMobile Web - Chromemchrome.movMobile Web - Safarimsafari.movDesktopdesktop.moviOSios.movAndroidandroid.mov |
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 🎉
We did not find an internal engineer to review this PR, trying to assign a random engineer to #16229 as well as to this PR... Please reach out for help on Slack if no one gets assigned! |
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.3.89-1 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.89-6 🚀
|
🚀 Deployed to staging by https://github.com/Julesssss in version: 1.3.91-0 🚀
|
🚀 Deployed to production by https://github.com/marcaaron in version: 1.3.91-8 🚀
|
Details
Fixed Issues
$ #16229
PROPOSAL: #16229
Tests
All steps are visible on web video.
Offline tests
QA Steps
All steps are visible on web video.
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.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
16229_web.mp4
Mobile Web - Chrome
16229_web_mobile_chrome.mov
Mobile Web - Safari
16229_iweb_mobile_safari.mov
Desktop
16229_desktop.mov
iOS
16229_ios.mp4
Android
12229_android.mov