trisquel-icecat/icecat/browser/components/urlbar/tests/browser-tips/suppress-tips/browser.toml
2025-10-06 02:35:48 -06:00

22 lines
860 B
TOML

# This test environment is copied from "browser/components/tests/browser/whats_new_page/".
[DEFAULT]
run-if = ["!msix"] # Updater is disabled in MSIX builds
skip-if = ["verify"]
reason = "This is a startup test. Verify runs tests multiple times after startup."
support-files = [
"../head.js",
"active-update.xml",
"updates/0/update.status",
"config_localhost_update_url.json",
]
prefs = [
"app.update.altUpdateDirPath='<test-root>/browser/components/urlbar/tests/browser-tips/suppress-tips'",
"app.update.disabledForTesting=false",
"browser.aboutwelcome.enabled=false",
"browser.startup.homepage_override.mstone='60.0'",
"browser.startup.upgradeDialog.enabled=false",
"browser.policies.alternatePath='<test-root>/browser/components/urlbar/tests/browser-tips/suppress-tips/config_localhost_update_url.json'",
]
["browser_suppressTips.js"]