Bug 1046493 - Enable video casting during tests. r=gbrown

This commit is contained in:
Wes Johnston 2014-08-13 14:53:34 -07:00
parent 5f9b68f09c
commit 43899b951c

View File

@ -671,6 +671,7 @@ def main():
options.extraPrefs.append('layout.css.devPixelsPerPx=1.0')
options.extraPrefs.append('browser.chrome.dynamictoolbar=false')
options.extraPrefs.append('browser.snippets.enabled=false')
options.extraPrefs.append('browser.casting.enabled=true')
if (options.dm_trans == 'adb' and options.robocopApk):
dm._checkCmd(["install", "-r", options.robocopApk])