browser.toml (907B)
1 [DEFAULT] 2 run-if = [ 3 "!msix", # Updater is disabled in MSIX builds; what's new pages therefore have no meaning. 4 ] 5 6 reason = "This is a startup test. Verify runs tests multiple times after startup." 7 support-files = [ 8 "active-update.xml", 9 "updates/0/update.status", 10 "config_localhost_update_url.json", 11 ] 12 prefs = [ 13 "app.update.altUpdateDirPath='<test-root>/browser/components/tests/browser/whats_new_page'", 14 "app.update.disabledForTesting=false", 15 "browser.aboutwelcome.enabled=false", 16 "browser.startup.homepage_override.mstone='60.0'", 17 "browser.startup.upgradeDialog.enabled=false", 18 "browser.policies.alternatePath='<test-root>/browser/components/tests/browser/whats_new_page/config_localhost_update_url.json'", 19 ] 20 21 ["browser_whats_new_page.js"] 22 skip-if = [ 23 "verify-standalone", 24 ] 25 26 ["include:./browser_whats_new_page_nimbus.toml"] 27 28 ["include:./browser_whats_new_page_nimbus_disable.toml"]