-
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: Task delete confirmation Cancel button navigates to parent report #53408
FIX: Task delete confirmation Cancel button navigates to parent report #53408
Conversation
@shubham1206agra 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] |
@ikevin127 #51388 is failing for me Screen.Recording.2024-12-10.at.6.13.04.PM.mov |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@ikevin127 Is there a reason why |
This comment was marked as outdated.
This comment was marked as outdated.
@ikevin127 It should pop all the screens. Let me see why this is happening. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@ikevin127 This test case failed :( Precondition: Create a new #room with Private visibility. User A invite user B to the room. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
@ikevin127 Unable to see the videos you just uploaded. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Test stated in #53408 (comment) fails on large screen too. |
This comment was marked as outdated.
This comment was marked as outdated.
Screen.Recording.2024-12-29.at.6.56.24.PM.movBUG: Deleting report from debug report will cause weird navigation. @ikevin127 Can we just not navigate to concierge in this case or somehow we need to prevent resetToHome here? |
This comment was marked as outdated.
This comment was marked as outdated.
@ikevin127 Answer to your questions
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
2376407
to
473822d
Compare
@shubham1206agra PR is ready for review as discussed on Slack, thank you! |
Reviewer Checklist
Screenshots/VideosAndroid: NativeScreen.Recording.2025-01-09.at.6.57.34.PM.movAndroid: mWeb ChromeScreen.Recording.2025-01-09.at.6.42.35.PM.moviOS: NativeScreen.Recording.2025-01-09.at.6.48.58.PM.moviOS: mWeb SafariScreen.Recording.2025-01-09.at.6.39.00.PM.movMacOS: Chrome / SafariScreen.Recording.2025-01-09.at.6.38.00.PM.movMacOS: DesktopScreen.Recording.2025-01-09.at.6.45.13.PM.mov |
✋ 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/youssef-lr in version: 9.0.84-0 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.84-7 🚀
|
🚀 Deployed to production by https://github.com/mountiny in version: 9.0.84-7 🚀
|
Explanation of Change
This PR was initially supposed to fix issue #53301 at the time I posted my proposal (29th of November), but PR #52740 merged first (4th of Dec) and fixed the issue without knowing, but created another bug which wasn't caught until we looked into it while we worked on the initial PR for the (now) fixed issue.
This PR fixes the issue created by the other PR which I explained here.
Fixed Issues
$ #53301
PROPOSAL:
Tests
Note
Verify the testing videos below for clear before fix / after fix behaviour.
Offline tests
Same as QA Steps.
QA Steps
Note
Verify the testing videos below for clear before fix / after fix behaviour.
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_before.webm
android_after.webm
Android: mWeb Chrome
android-mweb_before.webm
android-mweb_after.webm
iOS: Native
ios_before.mp4
ios_after.mp4
iOS: mWeb Safari
ios-mweb_before.mp4
ios-mweb_after.mp4
MacOS: Chrome / Safari
web_before.mov
web_after.mov
MacOS: Desktop
desktop_before.mov
desktop_after.mov