Bug 1357975 - Set pref browser.storageManager.enabled for storage browser tests, r=janv

This commit is contained in:
Shawn Huang 2017-04-20 17:18:19 +08:00
Родитель e858947e71
Коммит 25a1e25bd9
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,8 @@
SpecialPowers.pushPrefEnv({
"set": [["dom.storageManager.enabled", true],
["dom.storageManager.prompt.testing", false],
["dom.storageManager.prompt.testing.allow", false]]
["dom.storageManager.prompt.testing.allow", false],
["browser.storageManager.enabled", true]]
}, continueToNextStep);
yield undefined;