-
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
Redirect NewDot staging links in the same tab just like production links #5248
Conversation
Looks good to me but there are conflicts. |
src/CONST.js
Outdated
@@ -132,6 +132,7 @@ const CONST = { | |||
STAGING_SECURE_URL: 'https://staging-secure.expensify.com/', | |||
NEWDOT: 'new.expensify.com', | |||
NEW_EXPENSIFY_URL, | |||
NEW_EXPENSIFY_URL_STAGING: 'https://staging.new.expensify.com', |
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.
NAB really small nitpick but we have STAGING_SECURE_URL
and most of these URL constants ending in URL
maybe we can make this STAGING_NEW_EXPENSIFY_URL
for consistency?
Resolved those conflicts and chose the better name. |
✋ 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 @HorusGoul in version: 1.0.98-2 🚀
|
CC: @luacmartins @marcaaron @ctkochan22
Details
Follow up from this discussion on slack: https://expensify.slack.com/archives/C03TQ48KC/p1631576910170000
Related to this issue and testing it on staging
$ https://github.com/Expensify/Expensify/issues/176437
Tests
Same as Web QA done locally.
QA Steps
Send this exact message to yourself or any other user:
testing https://staging.new.expensify.com/settings
and verify that clicking on the hyper link opens the settings page in the same tab without opening a new page.Tested On
Screenshots
Web