-
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
fix: Hmm it's not here in RHP is displayed after deleting a workspace #53816
base: main
Are you sure you want to change the base?
Conversation
Reviewer Checklist
Screenshots/VideosAndroid: Nativeandroid-app-2024-12-10_11.47.26.mp4Android: mWeb Chromeandroid-chrome-2024-12-10_11.33.04.mp4iOS: Nativeios-app-2024-12-10_14.51.32.mp4iOS: mWeb Safariios-safari-2024-12-10_14.56.46.mp4MacOS: Chrome / Safaridesktop-chrome-2024-12-10_10.45.15.mp4MacOS: Desktopdesktop-app-2024-12-10_11.06.12.mp4 |
@jjcoffee PR is updated |
🧪🧪 Use the links below to test this adhoc build on Android, iOS, Desktop, and Web. Happy testing! 🧪🧪
|
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.
Sorry, I've got a mistake by comment and approve this PR. It looks like the type check failed on this PR and needs to be fixed.
Reviewing tomorrow! |
@truph01 Any ideas about the TS fail? |
@truph01 Also are you able to actually test this at the moment? For me on latest main I don't get any onboarding and I can't just track an expense (I think because there's no self-DM). |
For now, when signing in with a new account, I cannot locate the self-DM to create the track expense. To test it, I need to use an older account that already has a self-DM report. |
@truph01 You have conflicts. |
@truph01 There have been some changes, which explains why this wasn't working. Can you update tweak the test steps? You need to choose |
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've managed to retest and now and all looks good, so just the conflicts to resolve and a tweak to the test steps and we should be good to go!
@truph01 Per this comment, can you merge main and then adjust your unit test to cover the other PR's changes? Sorry about the hassle! |
@jjcoffee Just to clarify, our PR only needs to handle the unit test and ignore changes to other files, correct? I'm asking because I noticed our PR also modifies the getActivePolicies function. |
@truph01 Yes, basically we're now only adding unit tests for the changes in the other PR. |
@jjcoffee Test is 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.
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.
LGTM, could you fix conflicts 🙏
I just fixed conflicts |
Explanation of Change
Fixed Issues
$ #53659
PROPOSAL: #53659 (comment)
Tests
Offline tests
QA Steps
Same as tests
Verify that no errors appear in the JS console
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
Screen.Recording.2024-12-10.at.16.05.58.mov
Android: mWeb Chrome
Screen.Recording.2024-12-10.at.16.07.42.mov
iOS: Native
Screen.Recording.2024-12-10.at.16.09.26.mov
iOS: mWeb Safari
Screen.Recording.2024-12-10.at.16.11.31.mov
MacOS: Chrome / Safari
Screen.Recording.2024-12-10.at.16.04.07.mov
MacOS: Desktop
Screen.Recording.2024-12-10.at.16.13.01.mov