browser.toml (861B)
1 # This test environment is copied from "browser/components/tests/browser/whats_new_page/". 2 3 [DEFAULT] 4 run-if = [ 5 "!msix", # Updater is disabled in MSIX builds 6 ] 7 skip-if = [ 8 "verify", # This is a startup test. Verify runs tests multiple times after startup. 9 ] 10 support-files = [ 11 "../head.js", 12 "active-update.xml", 13 "updates/0/update.status", 14 "config_localhost_update_url.json", 15 ] 16 prefs = [ 17 "app.update.altUpdateDirPath='<test-root>/browser/components/urlbar/tests/browser-tips/suppress-tips'", 18 "app.update.disabledForTesting=false", 19 "browser.aboutwelcome.enabled=false", 20 "browser.startup.homepage_override.mstone='60.0'", 21 "browser.startup.upgradeDialog.enabled=false", 22 "browser.policies.alternatePath='<test-root>/browser/components/urlbar/tests/browser-tips/suppress-tips/config_localhost_update_url.json'", 23 ] 24 25 ["browser_suppressTips.js"]