-
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: remove Expensify employee from list participants #47214
Conversation
@ahmedGaber93 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] |
@daledah I am still able to reproduce the issue on desktop 20240814131310473.mp4I think we can add
|
@daledah Please add test step to clear cache to confirm admins room is using server data not optimistic |
@daledah bump ^ |
I'll update soon |
@ahmedGaber93 I tested again, and I can't reproduce the bug, in both cases of clearing cache and offline. Can you spot the step that I may have done wrong? Screen.Recording.2024-08-21.at.02.50.51.movScreen.Recording.2024-08-21.at.02.51.40.mov |
@daledah It reproduced with me on desktop only and clearing cache. Can you try it on desktop? |
@ahmedGaber93 Strange... I can't reproduce the bug on desktop either Screen.Recording.2024-08-21.at.20.53.43.mov |
This seems to be a race condition issue, try with slow network speed |
@ahmedGaber93 I think network speed is not the reason for the bug Screen.Recording.2024-08-22.at.00.21.56.mp4 |
For me, I am still able to reproduce 20240821113752708.mp4 |
@daledah I do some debugging and I found App/src/pages/home/report/ReportActionCompose/AttachmentPickerWithMenuItems.tsx Lines 166 to 169 in 12037ee
So I think we need to add I know you don't able to reproduce this, but it seems a race condition and not reproduced every time. Do you think the above investigation logically? |
@ahmedGaber93 I updated. Can you check if the bug still exists? |
It works fine now 👍 @daledah just small change on test steps - 2. Clear cache
- 3. Go to #admins room
+ 2. Go to "troubleshoot" and click "Clear cache and restart"
+ 3. Go to "Workspaces" and in the list use the 3 dots menu beside the workspace you create it and navigate to #admin room |
Reviewer Checklist
Screenshots/VideosAndroid: Nativea.mp4Android: mWeb Chromeaw.mp4iOS: Nativei.mp4iOS: mWeb Safariiw.mp4MacOS: Chrome / Safariw.mp4MacOS: Desktop20240822112632713.mp4 |
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. |
Performance Comparison Report 📊Significant Changes To Duration
Show details
Meaningless Changes To DurationShow entries
Show details
|
@Expensify/mobile-deployers 📣 Please look into this performance regression as it's a deploy blocker. |
🚀 Deployed to staging by https://github.com/Gonals in version: 9.0.25-0 🚀
|
1 similar comment
🚀 Deployed to staging by https://github.com/Gonals in version: 9.0.25-0 🚀
|
Details
Fixed Issues
$ #46739
PROPOSAL: #46739 (comment)
Tests
Offline 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 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-08-13.at.10.02.51.mov
Android: mWeb Chrome
Screen.Recording.2024-08-13.at.09.53.13.mov
iOS: Native
Screen.Recording.2024-08-13.at.10.47.17.mov
iOS: mWeb Safari
Screen.Recording.2024-08-13.at.10.12.44.mov
MacOS: Chrome / Safari
Screen.Recording.2024-08-12.at.13.21.46.mov
MacOS: Desktop
Screen.Recording.2024-08-13.at.10.21.15.mov