-
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
[Internal QA]: Fix default card with export type #52575
[Internal QA]: Fix default card with export type #52575
Conversation
@DylanDylann 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] |
@DylanDylann ready for review - also I uploaded new videos |
@narefyev91 On this PR, you mentioned the mock data for the QBO connection. Do you know how we can get the mock data to test other connections? |
Co-authored-by: DylanDylann <[email protected]>
not really sure how to test other accounts - as i remember - @joekaufmanexpensify could provide some data from staging for other connections - and we can test end-to-end. But generally needs to make working QBO firstly - and just make some fixes if any other connection will not work |
We discussed in slack too, but linking to the mock data here for posterity. |
Thanks, I am testing |
@narefyev91 In the NetSuite connection, we don't hide the export menu item row and if clicking on default card the value isn't updated Screen.Recording.2024-11-22.at.15.56.21.mov |
On the selection list let's push default card to the top of list |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2024-11-25.at.11.15.14.movAndroid: mWeb ChromeScreen.Recording.2024-11-25.at.10.57.53.moviOS: NativeScreen.Recording.2024-11-25.at.11.16.02.moviOS: mWeb SafariScreen.Recording.2024-11-25.at.10.57.09.movMacOS: Chrome / SafariScreen.Recording.2024-11-25.at.10.47.11.movMacOS: DesktopScreen.Recording.2024-11-25.at.10.52.40.mov |
All good |
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.
Small change requested
Co-authored-by: Vit Horacek <[email protected]>
Co-authored-by: Vit Horacek <[email protected]>
@mountiny updated |
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.
Thanks!
✋ 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/mountiny in version: 9.0.67-0 🚀
|
Largely working! When I view the card export row, I see both the 2024-11-26_14-37-54.mp4 |
One minor issue. If you set the card level export to something besides default card and then adjust the accounting settings to a different account type, we are correctly reverting back to default card for the new type of account, but we're not highlighting the row. That seems incorrect. Thoughts? @narefyev91 @mountiny 2024-11-26_14-38-31.mp4 |
Ah yeah that seems minor. @narefyev91 @waterim @VickyStash could you look into a follow up? |
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.67-9 🚀
|
Explanation of Change
When accounting integration is connected, in Export account menu item should be shown "Default card" instead of real account name. The Default card should also be shown in select list during manual change for Export account.
Fixed Issues
$ #51891
PROPOSAL:
Tests
Offline tests
No changes
QA Steps
No Qa
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)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.mov
Android: mWeb Chrome
android-web.mov
iOS: Native
ios.mov
iOS: mWeb Safari
ios-web.mov
MacOS: Chrome / Safari
web.mov
MacOS: Desktop
desktop.mov