diff --git a/packages/functional-tests/tests/react-conversion/oauthSignup.spec.ts b/packages/functional-tests/tests/react-conversion/oauthSignup.spec.ts index 6729c8065ce..eb6e03b697d 100644 --- a/packages/functional-tests/tests/react-conversion/oauthSignup.spec.ts +++ b/packages/functional-tests/tests/react-conversion/oauthSignup.spec.ts @@ -130,8 +130,9 @@ test.describe('severity-1 #smoke', () => { await confirmSignupCode.fillOutCodeForm(code); await expect(page).toHaveURL(/pair/); - await expect(page).toHaveURL(/signupSuccess=true/); - await expect(page).toHaveURL(/showSuccessMessage=true/); + await expect( + page.getByText('Account created. You’re now syncing.') + ).toBeVisible(); await signup.checkWebChannelMessage(FirefoxCommand.OAuthLogin); }); }); diff --git a/packages/fxa-content-server/app/scripts/lib/constants.js b/packages/fxa-content-server/app/scripts/lib/constants.js index 7f05b506b77..b9426cb7726 100644 --- a/packages/fxa-content-server/app/scripts/lib/constants.js +++ b/packages/fxa-content-server/app/scripts/lib/constants.js @@ -174,6 +174,18 @@ module.exports = { FIREFOX_TABS_SIDEBAR_ENTRYPOINT: 'tabs-sidebar', FIREFOX_FX_VIEW_ENTRYPOINT: 'fx-view', + // Keep in sync with packages/fxa-settings/src/constants/index.tsx SEND_TAB_ENTRYPOINTS + // We're removing all this code soon enough ;) + SEND_TAB_ENTRYPOINTS: [ + 'send-tab-tab-context-menu', + 'send-tab-account-menu', + 'send-tab-app-menu', + 'send-tab-firefox-view-three-dots', + 'send-tab-link-context-menu', + 'send-tab-page-context-menu', + 'send-tab-toolbar-icon', + ], + // This is compared against all secondary email // records, both verified and unverified MAX_SECONDARY_EMAILS: 3, diff --git a/packages/fxa-content-server/app/scripts/templates/pair/auth_complete.mustache b/packages/fxa-content-server/app/scripts/templates/pair/auth_complete.mustache index c8081ea49d1..48495fb9b56 100644 --- a/packages/fxa-content-server/app/scripts/templates/pair/auth_complete.mustache +++ b/packages/fxa-content-server/app/scripts/templates/pair/auth_complete.mustache @@ -1,28 +1,50 @@
{{#t}}Now you can access your open tabs, passwords, and bookmarks on all your devices.{{/t}}
- -+ {{#unsafeTranslate}} + %(deviceFamily)s for %(deviceOS)s is connected. + {{/unsafeTranslate}} +
+ +{{#t}}You’re free to instantly send open tabs, passwords, and bookmarks between devices.{{/t}}
+{{#t}}Now you can access your open tabs, passwords, and bookmarks on all your devices.{{/t}}
+ +{{#t}}View your saved passwords, tabs, browsing history and more — across all your devices.{{/t}}
+ {{^isSendTab}} +{{#t}}View your saved passwords, tabs, browsing history and more — across all your devices.{{/t}}
+ {{/isSendTab}}