-
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
render loader instead of blank under Onfido flow #18520
Conversation
@puneetlath @aimane-chnaif 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] |
@honnamkuan thanks for the details on non-native platforms. yes, they are out of scope for this PR. Though still need screenshots/videos on all platforms. |
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.
@puneetlath LGTM!
✋ 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/puneetlath in version: 1.3.12-0 🚀
|
🚀 Deployed to production by https://github.com/roryabraham in version: 1.3.12-0 🚀
|
🚀 Deployed to staging by https://github.com/puneetlath in version: 1.3.12-0 🚀
|
@puneetlath @aimane-chnaif , this PR is ready.
My changes are only affecting native Android and IOS apps, but I have added video recordings for all supported platforms when clicking on "Connect bank manually" > Complete step 3 > click Back on Onfido screen for completeness, therefore loading indicator will not be available for non-native platforms.
Would like to highlight that I am getting Unsupported browser message in localhost testing for
Mobile Web - Chrome
, that is a known issue which only happens in localhost and does not requires fixing. ref: #16389Appreciate your review on it.
Details
add loading indicator under native app Onfido flow popup, so that loader will be shown instead of blank when the popup is closed before step 3 page is displayed.
Fixed Issues
$ #18240
PROPOSAL: #18240 (comment)
Tests
Using native Android or IOS apps
Offline tests
N/A
QA Steps
The changes only affects native apps, so only QA steps for native apps provided.
Using native Android or IOS apps
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
Screen.Recording.2023-05-06.at.11.09.35.PM.mov
Mobile Web - Chrome
Getting Unsupported browser due to #16389 which only affects localhost setup and decided does not requires fixing.
Screen.Recording.2023-05-07.at.10.59.36.AM.mov
Mobile Web - Safari
Screen.Recording.2023-05-06.at.12.15.24.PM.mov
Desktop
Screen.Recording.2023-05-06.at.11.06.29.PM.mov
iOS
Screen.Recording.2023-05-06.at.12.05.13.PM.mov
Android
Screen.Recording.2023-05-06.at.12.08.24.PM.mov