-
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
[PROD QA] Navigate to Concierge chat from Statement #14050
Conversation
@mananjadhav @stitesExpensify One of you needs to 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] |
Removing since this requires an internal engineer to test the statement |
Reviewer Checklist
Screenshots/VideosWeb2023-01-09_15-48-20.mp4Mobile Web - Chromen/a Mobile Web - Safarin/a Desktopn/a iOSn/a Androidn/a |
Reviewer Checklist
Screenshots/VideosWebMobile Web - ChromeMobile Web - SafariDesktopiOSAndroid |
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 DurationThere are no entries 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 @stitesExpensify in version: 1.2.52-0 🚀
|
🚀 Deployed to production by @Julesssss in version: 1.2.52-4 🚀
|
Details
Fixed Issues
$ #11097
Tests
Difficult to test on platforms besides web unless you're on production since there is no way to access the statement on NewDot without modifying the URL
3. Click on the concierge email and ensure that it redirects you to the concierge chat
To test on other devices, this is what I do:
App/src/pages/home/sidebar/SidebarScreen/FloatingActionButtonAndPopover.js
Lines 172 to 176 in 9489c1b
Update to
onSelected: () => Navigation.navigate(ROUTES.getWalletStatementWithDateRoute('202211')),
This will override the new chat button to open up the statement for November, 2022
Offline tests
QA Steps
No QA
INTERNAL QA - PROD QA ONLY
3. On the statement page, click on the Concierge email address 4. It should open up the chat with Concierge in NewDot
PR Author Checklist
### Fixed Issues
section aboveTests
sectionOffline steps
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
files and using the translation methodWaiting for Copy
label for a copy review on the original GH to get the correct copy.STYLE.md
) were followedAvatar
, I verified the components usingAvatar
are working as expected)/** comment above it */
this
properly so there are no scoping issues (i.e. foronClick={this.submit}
the methodthis.submit
should be bound tothis
in the constructor)this
are necessary to be bound (i.e. avoidthis.submit = this.submit.bind(this);
ifthis.submit
is never passed to a component event handler likeonClick
)StyleUtils.getBackgroundAndBorderStyle(themeColors.componentBG
)Avatar
is modified, I verified thatAvatar
is working as expected in all cases)ScrollView
component to make it scrollable when more elements are added to the page.Screenshots/Videos
Web
Screen.Recording.2023-01-06.at.3.25.14.PM.mov
Mobile Web - Chrome
Screen.Recording.2023-01-06.at.3.33.42.PM.mov
Mobile Web - Safari
Running into SSL errors (will test on prod)
Desktop
Screen.Recording.2023-01-06.at.3.34.52.PM.mov
iOS
Running into SSL errors (will test on prod)Android
x