-
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
Fix account not validated error is not displayed on the Connect bank account page #49130
Fix account not validated error is not displayed on the Connect bank account page #49130
Conversation
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.
Let's not remove user.validated
yet and only switch to account.validated
in the bank flow (where the bug is originally reported).
The rest of the flows should be changed after BE confirmation. This will also require us to do more FE testing (test each flow).
6887244
to
acd46d0
Compare
User.validated
with Account.validated
Co-authored-by: Abdelhafidh Belalia <16493223+s77rt@users.noreply.github.com>
Reviewer Checklist
Screenshots/VideosAndroid: NativeAndroid: mWeb ChromeiOS: NativeiOS: mWeb SafariMacOS: Chrome / SafariMacOS: Desktop |
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.
I was not able to reproduce the bug (didn't get emails for new users) but the code looks good to me and we can relay on the contributor's screenshots on this one
✋ 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/francoisl in version: 9.0.35-0 🚀
|
🚀 Deployed to production by https://github.com/grgia in version: 9.0.35-7 🚀
|
Details
Fixed Issues
$ #48699
PROPOSAL:
Tests
Hold up! We need you to validate your account first.
error is displayedConnect online with Plaid
andConnect manually
buttons are disabledOffline tests
N/A
QA Steps
Same as above
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)myBool && <MyComponent />
.src/languages/*
files and using the translation methodSTYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)StyleUtils.getBackgroundAndBorderStyle(theme.componentBG)
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)Design
label and/or tagged@Expensify/design
so the design team can review the changes.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: mWeb Chrome
iOS: Native
48699.ios.native.mp4
iOS: mWeb Safari
48699.ios.mweb.mp4
MacOS: Chrome / Safari
48699.macos.safari.mov
MacOS: Desktop
48699.macos.desktop.mov