-
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
[Form Provider Refactor] ValidationStep #32205
[Form Provider Refactor] ValidationStep #32205
Conversation
Hey @kowczarz! Just a heads up: while working on this today, you passed |
@cristipaval thanks for info, I think it was because I skipped whole reimbursement flow just to show the validation screen. |
@alitoshmatov 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] |
Cc. @luacmartins |
@alitoshmatov all yours! |
@kowczarz I am getting the following page |
Here is the flow I tested this PR, the recording below is from different branch, because I had some uncommitted changes and I didn't want to change the branch, but it should look that way. Simulator.Screen.Recording.-.iPhone.15.Pro.-.2023-12-07.at.11.30.40_H.265.mp4 |
Reviewer Checklist
Screenshots/VideosAndroid: Nativebank-android.movAndroid: mWeb Chromehttps://github.com/Expensify/App/assets/59907218/b3eadcf0-ddaf-4c8e-97e1-fcbf72a0e5dbiOS: Nativebank-ios.mp4iOS: mWeb Safaribank-safari.mp4MacOS: Chrome / Safaribank-web.movMacOS: Desktopbank-desktop.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!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
@kowczarz Should we ping for the step?
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.10-0 🚀
|
🚀 Deployed to staging by https://github.com/luacmartins in version: 1.4.10-0 🚀
|
@kowczarz @luacmartins @alitoshmatov How do we test this last step?
|
@kavimuru you can skip that step |
I thought this might be the cause of this blocker but I don't see how and also don't think it's a blocker since I was able to validate the account after I found the validation amounts in the db. |
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.10-1 🚀
|
🚀 Deployed to production by https://github.com/Julesssss in version: 1.4.10-1 🚀
|
Details
Fixed Issues
$ #31565
Tests
011401533
, Account number:1111222233331111
> ContinueOffline 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)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
Android: Native
android.native_H.265.mp4
Android: mWeb Chrome
android.web_H.265.mp4
iOS: Native
ios.native_H.265.mp4
iOS: mWeb Safari
ios.web_H.265.mp4
MacOS: Chrome / Safari
web_H.265.mp4
MacOS: Desktop
desktop_H.265.mp4