mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 838607 - Disable firstrun page during Marionette tests, r=mdas
This commit is contained in:
parent
dc7457ab1e
commit
a4f203cab3
@ -12,6 +12,7 @@ class GeckoInstance(object):
|
|||||||
|
|
||||||
required_prefs = {"marionette.defaultPrefs.enabled": True,
|
required_prefs = {"marionette.defaultPrefs.enabled": True,
|
||||||
"marionette.defaultPrefs.port": 2828,
|
"marionette.defaultPrefs.port": 2828,
|
||||||
|
"startup.homepage_welcome_url": "about:blank",
|
||||||
"browser.warnOnQuit": False}
|
"browser.warnOnQuit": False}
|
||||||
|
|
||||||
def __init__(self, host, port, bin, profile):
|
def __init__(self, host, port, bin, profile):
|
||||||
|
Loading…
Reference in New Issue
Block a user