Skip to content

Show What's New page in foreground after major version updates #28947

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

Closed
rebron opened this issue Mar 8, 2023 · 12 comments · Fixed by brave/brave-core#17593
Closed

Show What's New page in foreground after major version updates #28947

rebron opened this issue Mar 8, 2023 · 12 comments · Fixed by brave/brave-core#17593

Comments

@rebron
Copy link
Collaborator

rebron commented Mar 8, 2023

Description

When users update to a major update of the browser e.g. 1.50.x to 1.51.x, we will display the What's New page served from https://brave.com/whats-new/ in the foreground in a new tab.

We will control display of the page via griffin with a new variation: WhatsNewStudy. 100% channel Nightly, Platforms: Windows, Mac, Linux and country: US, GB, DE, FR, ES, JA, KO, PT, CN

Supported languages/translations for the What's New page are: Simplified Chinese, French, German, Japanese, Korean, Portuguese, and Spanish.

Brave version (brave://version info)

Target version is 1.51.x

Version/Channel Information:

  • Can you reproduce this issue with the current release? n/a
  • Can you reproduce this issue with the beta channel? n/a
  • Can you reproduce this issue with the nightly channel? n/a

Other Additional Information:

  • Does the issue resolve itself when disabling Brave Shields? n/a
  • Does the issue resolve itself when disabling Brave Rewards? n/a
  • Is the issue reproducible on the latest version of Chrome? n/a

Miscellaneous Information:

brave://whats-new/ would be the internal page. We're sending users to https://brave.com/whats-new/

@rebron rebron added OS/Desktop priority/P3 The next thing for us to work on. It'll ride the trains. retention labels Mar 8, 2023
@simonhong
Copy link
Member

Chrome has whatsnew entry in app menu.
image

@simonhong
Copy link
Member

simonhong commented Mar 13, 2023

Chrome's what's new page doesn't show up when browser window is inactive state after launching.
It's good practice and we should have same logic.

@LaurenWags
Copy link
Member

@rebron @simonhong is there any determination on whether griffin is being used or not? Test plan in PR (brave/brave-core#17593) mentions a possible griffin trial but QA needs to know for testing.

Adding QA/Blocked until this is determined/additional information is provided.

@simonhong
Copy link
Member

simonhong commented Apr 7, 2023

@LaurenWags We can check whether we showed what's new or not by checking local prefs.
In the brave://brave://local-state/, we'll see brave.whats_new.last_version and it has the major version string like 1.51.
If it has 1.50, it means we already launched what's new for 1.50. If brave.whats_new.last_version is not existed, we didn't launche whats-new page so far.

Added below to the PR's test plan section.

Note: brave.whats_new.last_version key in brave://local-state/ includes lastly shown whats-new version.

@LaurenWags
Copy link
Member

Thanks @simonhong. Was also wondering about testing the country part as well. Assuming we need to set our OS region to accomplish this? Not sure if this uses countryid_at_install from Preferences file?

@simonhong
Copy link
Member

Thanks @simonhong. Was also wondering about testing the country part as well. Assuming we need to set our OS region to accomplish this? Not sure if this uses countryid_at_install from Preferences file?

Well.. not sure countryid_at_install is used by griffin. but I tested by changing os region settings and it worked.

@stephendonner
Copy link

This will need the Griffin trial to be activated before testing, per https://bravesoftware.slack.com/archives/CC5SA8CCB/p1681239259640369?thread_ts=1681238839.066039&cid=CC5SA8CCB

@stephendonner
Copy link

stephendonner commented Apr 25, 2023

Restoring QA/Blocked until we have the Griffin study WhatsNewStudy:Enabled on staging - currently it's only on nightly: https://github.com/brave/brave-variations/blob/f4d06965753a4c708984e2aa8c0d3a82f2f4cb1f/seed/seed.json#L1850

@btlechowski
Copy link

Griffin studies use x-country header from https://variations.bravesoftware.com/seed response to determine the country

@btlechowski
Copy link

btlechowski commented Apr 27, 2023

Verification passed on

Brave 1.51.106 Chromium: 113.0.5672.53 (Official Build) (64-bit)
Revision 12f5dac35d12e8f4e72d7dd11df557ef93bc046f-refs/branch-heads/5672@{#703}
OS Ubuntu 18.04 LTS

what's new page is shown on major update

Steps:

  1. Set OS to supported locale
  2. Clean profile release channel
  3. Install 1.50.x release channel
  4. Run Brave with command line:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.51"
  1. Close Brave
  2. Install 1.51.x release channel
  3. Run Brave using:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.51"

Verified what's new page is shown
image

what's new page is not shown if already shown

Steps:

  1. Follow steps from what's new page is shown on major update
  2. Close the What's new page
  3. Restart Brave

Verified What's new page is not shown
image

Verified log states:

[13671:13671:0427/225737.810713:VERBOSE2:whats_new_util.cc(179)] ShouldShowBraveWhatsNewForState Already shown for 1.51

what's new page is not shown when target version is lower than browser version

Steps:

  1. Set OS to supported locale
  2. Clean profile release channel
  3. Install 1.50.x release channel
  4. Run Brave with command line:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.50"
  1. Close Brave
  2. Install 1.51.x release channel
  3. Run Brave using:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.50"

Verified What's new page is not shown
image

Verified log states:

[15482:15482:0427/231614.546900:VERBOSE2:whats_new_util.cc(169)] ShouldShowBraveWhatsNewForState Current version is different with target version

what's new page is not shown when target version is higher than browser version

Steps:

  1. Set OS to supported locale
  2. Clean profile release channel
  3. Install 1.50.x release channel
  4. Run Brave with command line:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.52"
  1. Close Brave
  2. Install 1.51.x release channel
  3. Run Brave using:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.52"

Verified What's new page is not shown
image

Verified log states:

[17353:17353:0427/232004.356701:VERBOSE2:whats_new_util.cc(169)] ShouldShowBraveWhatsNewForState Current version is different with target version

what's new page is not shown on major update for unsupported locale

Steps:

  1. Set OS to unsupported locale (used PL)
  2. Clean profile release channel
  3. Install 1.50.x release channel
  4. Run Brave with command line:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.51"
  1. Close Brave
  2. Install 1.51.x release channel
  3. Run Brave using:
--enable-logging=stderr --vmodule="*/variations/*"=6,"*/bat-native-ledger/*"=6,"*/brave_rewards/*"=6,"*/bat-native-ads/*"=6,"*bat-native-confirmations/*"=6,"*/brave_ads/*"=9,"*/brave_user_model/*"=6,"*/bat_ads/*"=6,"*/whats_new/*"=9 --variations-server-url=https://test --rewards=staging=true --use-dev-goupdater-url --force-fieldtrials="WhatsNewStudy/Enabled" --force-fieldtrial-params="WhatsNewStudy.Enabled:target_major_version_stable/1.51"

Verified what's new page is not shown
image

Verified log states the reason:

[19200:19200:0427/232512.273255:VERBOSE2:whats_new_util.cc(151)] ShouldShowBraveWhatsNewForState Not supported language - pl

@stephendonner stephendonner added the QA/In-Progress Indicates that QA is currently in progress for that particular issue label Apr 28, 2023
@stephendonner
Copy link

stephendonner commented Apr 28, 2023

Verification PASSED using

macOS-x64/Intel:

Brave 1.51.106 Chromium: 113.0.5672.53 (Official Build) (x86_64)
Revision 12f5dac35d12e8f4e72d7dd11df557ef93bc046f-refs/branch-heads/5672@{#703}
OS macOS Version 13.4 (Build 22F5049e)

English (US) - PASSED

Steps:

  1. installed 1.50.121 Chromium: 112.0.5615.138 (.pkg from brave.com/download)
  2. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  3. clicked the app menu = -> About Brave
  4. waited for the update to be downloaded
  5. control + C in Terminal
  6. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page (https://brave.com/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Screenshot 2023-04-27 at 10 01 19 PM Screenshot 2023-04-27 at 10 02 44 PM Screenshot 2023-04-27 at 10 03 29 PM Screenshot 2023-04-27 at 10 04 43 PM Screenshot 2023-04-27 at 10 06 51 PM

Spanish (Mexico) - PASSED

Steps:

  1. set macOS language to Spanish (Mexico)
  2. installed 1.50.121 Chromium: 112.0.5615.138 (.pkg from brave.com/download)
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page -- translated in Spanish -- (https://brave.com/es/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Captura de pantalla 2023-04-27 a la(s) 10 23 08 p m Captura de pantalla 2023-04-28 a la(s) 10 06 46 a m Captura de pantalla 2023-04-27 a la(s) 10 26 14 p m Captura de pantalla 2023-04-27 a la(s) 10 27 26 p m Captura de pantalla 2023-04-27 a la(s) 10 27 38 p m

Spanish (Spain) - PASSED

Steps:

  1. set macOS language to Spanish (Spain)
  2. installed 1.50.121 Chromium: 112.0.5615.138 (.pkg from brave.com/download)
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page (https://brave.com/es/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Captura de pantalla 2023-04-27 a las 11 24 45 p m Captura de pantalla 2023-04-28 a la(s) 10 06 46 a m Captura de pantalla 2023-04-27 a las 11 28 33 p m Captura de pantalla 2023-04-27 a las 11 28 40 p m Captura de pantalla 2023-04-27 a las 11 29 00 p m

German (Germany) - PASSED

Steps:

  1. set macOS language to German (Germany)
  2. installed 1.50.121 Chromium: 112.0.5615.138 (.pkg from brave.com/download)
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page, translated in German, (https://brave.com/de/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Bildschirmfoto 2023-04-28 um 10 59 42 AM Bildschirmfoto 2023-04-28 um 10 59 57 AM Bildschirmfoto 2023-04-28 um 11 00 19 AM Bildschirmfoto 2023-04-28 um 11 00 24 AM Bildschirmfoto 2023-04-28 um 11 00 42 AM

Swedish (Sweden) - PASSED

Steps:

  1. set macOS language to Swedish
  2. installed 1.50.121 Chromium: 112.0.5615.138 (.pkg from brave.com/download)
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed NO What's New in Brave? page (https://brave.com/whats-new/) opened

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • No entry for
    "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Skärmavbild 2023-04-28 kl  10 18 12 fm Skärmavbild 2023-04-27 kl  10 38 25 em Skärmavbild 2023-04-27 kl  10 40 09 em Skärmavbild 2023-04-27 kl  10 40 23 em Skärmavbild 2023-04-27 kl  10 40 49 em

Verification PASSED using

macOS-arm64/M1:

Brave 1.51.106 Chromium: 113.0.5672.53 (Official Build) (arm64)
Revision 12f5dac35d12e8f4e72d7dd11df557ef93bc046f-refs/branch-heads/5672@{#703}
OS macOS Version 11.7.6 (Build 20G1231)

English (UK/ Great Britain) - PASSED

Steps:

  1. set macOS language to English (UK)
  2. installed 1.50.121 Chromium: 112.0.5615.138
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test-arm64/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page (https://brave.com/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Screenshot 2023-04-28 at 11 17 26 AM Screen Shot 2023-04-28 at 11 14 46 AM Screen Shot 2023-04-28 at 11 15 09 AM Screen Shot 2023-04-28 at 11 15 23 AM Screen Shot 2023-04-28 at 11 15 36 AM

Japanese (Japan) - PASSED

Steps:

  1. set macOS language to Japanese (Japan)
  2. installed 1.50.121 Chromium: 112.0.5615.138
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test-arm64/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page - translated in Japanese - (https://brave.com/ja/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
スクリーンショット 2023-04-28 午前11 40 51 スクリーンショット 2023-04-28 午前11 44 07 スクリーンショット 2023-04-28 午前11 44 32 スクリーンショット 2023-04-28 午前11 44 48 スクリーンショット 2023-04-28 午前11 44 58

Simplified Chinese (China) - PASSED

Steps:

  1. set macOS language to Chinese (Simplified)
  2. installed 1.50.121 Chromium: 112.0.5615.138
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test-arm64/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed the What's New in Brave? page, translated in Simplified Chinese, (https://brave.com/zh/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
截屏2023-04-28 11 23 47 AM 截屏2023-04-28 下午12 36 11 截屏2023-04-28 下午12 36 42 截屏2023-04-28 下午12 36 54 截屏2023-04-28 下午12 37 05

Ukrainian (Ukraine) - PASSED

Steps:

  1. set macOS language to Ukrainian (Ukraine)
  2. installed 1.50.121 Chromium: 112.0.5615.138
  3. launched Brave using --update-feed-url=https://updates.bravesoftware.com/sparkle/Brave-Browser/test-arm64/appcast.xml --variations-server-url=https://variations.bravesoftware.com/seed
  4. clicked the app menu = -> About Brave
  5. waited for the update to be downloaded
  6. control + C in Terminal
  7. relaunched Brave using --variations-server-url=https://variations.bravesoftware.com/seed (note, no need for Griffin-study flag this time)

Confirmed NO What's New in Brave? page (https://brave.com/whats-new/) opened

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • No entry for
    "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
Знімок екрана 2023-04-28 о 11 21 08 AM Знімок екрана 2023-04-28 о 11 29 03 дп Знімок екрана 2023-04-28 о 11 29 25 дп Знімок екрана 2023-04-28 о 11 29 40 дп Знімок екрана 2023-04-28 о 11 29 50 дп

@GeetaSarvadnya
Copy link

GeetaSarvadnya commented Apr 28, 2023

Verification PASSED on

Brave | 1.51.106 Chromium: 113.0.5672.53 (Official Build) (64-bit)
-- | --
Revision | 12f5dac35d12e8f4e72d7dd11df557ef93bc046f-refs/branch-heads/5672@{#703}
OS | Windows 10 Version 21H2 (Build 19044.2846)

India (English India) - FAILED - #30056

Steps:

  1. Do fresh install with standalone installer or stub installer for 1.50.121
  2. Launch it again with --variations-server-url=https://variations.bravesoftware.com/seed
  3. Install test installer BraveBrowserSetup-64-r-test.exe
  4. When update is ready, terminate and launch again with --variations-server-url=https://variations.bravesoftware.com/seed
  5. Whats-new tab should NOT be shown as India is not supported country (https://github.com/brave/brave-variations/blob/f4d06965753a4c708984e2aa8c0d3a82f2f4cb1f/seed/seed.json#L1850)

Confirmed the What's New in Brave? page (https://brave.com/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
image image image image image

Sweden (Swedish) - PASSED

Steps:

  1. Do fresh install with standalone installer or stub installer for 1.50.121
  2. Launch it again with --variations-server-url=https://variations.bravesoftware.com/seed
  3. Install test installer BraveBrowserSetup-64-r-test.exe
  4. When update is ready, terminate and launch again with --variations-server-url=https://variations.bravesoftware.com/seed
  5. Whats-new tab should NOT be shown as Sweden is not supported country (https://github.com/brave/brave-variations/blob/f4d06965753a4c708984e2aa8c0d3a82f2f4cb1f/seed/seed.json#L1850)

Confirmed No What's New in Brave? page (https://brave.com/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
    No entry for
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
image image image image image

Portugal (Portuguese) - PASSED

Steps:

  1. Do fresh install with standalone installer or stub installer for 1.50.121
  2. Launch it again with --variations-server-url=https://variations.bravesoftware.com/seed
  3. Install test installer BraveBrowserSetup-64-r-test.exe
  4. When update is ready, terminate and launch again with --variations-server-url=https://variations.bravesoftware.com/seed
  5. Whats-new tab should be shown

Confirmed What's New in Brave? page (https://brave.com/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example
image image image image image

China (Simplified Chinese) - PASSED

Steps:

  1. Do fresh install with standalone installer or stub installer for 1.50.121
  2. Launch it again with --variations-server-url=https://variations.bravesoftware.com/seed
  3. Install test installer BraveBrowserSetup-64-r-test.exe
  4. When update is ready, terminate and launch again with --variations-server-url=https://variations.bravesoftware.com/seed
  5. Whats-new tab should be shown

Confirmed What's New in Brave? page (https://brave.com/whats-new/) opened in a new, foregrounded tab

Also confirmed:

  • WhatsNewStudy:Enabled on brave://version
  • "whats_new": { "last_version": 1.51 },
    on brave://local-state
example example example example example example
image image image image image image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment