Bug 838607 - Disable firstrun page during Marionette tests, r=mdas

This commit is contained in:
Jonathan Griffin 2013-05-07 10:07:28 -07:00
parent dc7457ab1e
commit a4f203cab3

View File

@ -12,6 +12,7 @@ class GeckoInstance(object):
required_prefs = {"marionette.defaultPrefs.enabled": True,
"marionette.defaultPrefs.port": 2828,
"startup.homepage_welcome_url": "about:blank",
"browser.warnOnQuit": False}
def __init__(self, host, port, bin, profile):