1
0
Fork 0
firefox/browser/components/urlbar/tests/browser-tips/suppress-tips/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02: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"]