-
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
upgrade onfido-sdk-ui to fix 16640 #21236
upgrade onfido-sdk-ui to fix 16640 #21236
Conversation
@rushatgabhane 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] |
Reviewer Checklist
Screenshots/VideosWebScreen.Recording.2023-06-26.at.09.19.15.movDesktopScreen.Recording.2023-06-26.at.09.18.15.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!
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.
The code lgtm but I think your tests are for the wrong PR, @rushatgabhane :) Eg. for web, android and iOS.
Also, can we test if we can go through the whole flow and proceed to the next step in the VBA setup process? Just want to make sure that this upgrade doesn't break anything in the VBA flow.
Hi @MariaHCD, i fixed the wrong test for web 😅 For android and iOS, we can't test because it directly opens the camera to take photo of your ID. (The testing step of get link via SMS isn't applicable)
Anyway, I was able to proceed after uploading a passport and face verification. Also, as per the release page, there shouldn't be any breaking changes. |
is this ok? |
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.
Great, thanks for confirming and also ensuring there aren't any breaking changes!
✋ 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/MariaHCD in version: 1.3.33-0 🚀
|
There is a mistake with the file updates in this PR.
The mismatch results in failing GH actions for other PRs. |
Hey @chiragsalian thanks for explaining the problem. Noted! :) |
Thank you for bringing this to our attention, will take note and ensure future caution. |
🚀 Deployed to production by https://github.com/thienlnam in version: 1.3.33-4 🚀
|
Details
#16640 (comment)
Fixed Issues
$ #16640
PROPOSAL: #16640 (comment)
Tests
Offline tests
QA Steps
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-06-21.at.11.16.04.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-06-21.at.11.32.16.PM.mov
Mobile Web - Safari
Screen.Recording.2023-06-22.at.5.09.31.PM.mov
Desktop
Screen.Recording.2023-06-22.at.3.45.47.PM.mov
iOS
Screen.Recording.2023-06-22.at.4.47.53.PM.mov
Android
Screen.Recording.2023-06-22.at.3.35.02.PM.mov