-
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
Open concierge chat links in the same tab #12376
Conversation
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.
Looks good! Doing checklist now
@tgolen How about updating the QA steps to clarify, the brand new account should be created on a domain that has no billing card and previous billing and assigned guide. |
PR Reviewer ChecklistThe reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
|
I updated the author checklist to be straight from the PR template, and I re-ran the test and it's still not passing, so I think we are OK to merge here. |
Thanks! Looks good 👍 |
Are you looking into this? I was not sure what you meant by it or if it implied I needed to look into it as well. What looks broken? |
I mean on my dev env 😅 |
Ah, got it. @rushatgabhane Are you able to test this on Android mobile web for @MonilBhavsar? |
Managed to fix it. All good here 👍 |
✋ 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 @MonilBhavsar in version: 1.2.25-0 🚀
|
🚀 Deployed to production by @yuwenmemon in version: 1.2.25-0 🚀
|
Fixed Issues
$ https://github.com/Expensify/Expensify/issues/237150
Tests
QA Steps
PR Author Checklist
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
)src/languages/*
filesWaiting 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)PR Reviewer Checklist
The reviewer will copy/paste it into a new comment and complete it after the author checklist is completed
### Fixed Issues
section aboveTests
sectionQA steps
sectiontoggleReport
and notonIconClick
).src/languages/*
filesWaiting 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
have been tested & I retested again)/** 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)Screenshots/Videos
Web
2022-11-02_10-13-42.mp4
Mobile Web - Chrome
2022-11-02_10-30-45.mp4
Mobile Web - Safari
2022-11-02_10-43-26.mp4
Desktop
2022-11-02_10-25-12.mp4
iOS
2022-11-02_10-42-48.mp4
Android
2022-11-02_10-29-54.mp4