Bug 1428153 - clear prefs that the beforeaccept test sets; r=enndeakin

MozReview-Commit-ID: JnFmdXuqt1s
This commit is contained in:
Myk Melez 2018-01-08 20:34:23 -08:00
Родитель ea1a751cdb
Коммит f5844bccd4
1 изменённых файлов: 5 добавлений и 0 удалений

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

@ -13,6 +13,11 @@
SimpleTest.waitForExplicitFinish();
SpecialPowers.pushPrefEnv({"set":[["browser.preferences.instantApply", false]]}, function() {
SimpleTest.registerCleanupFunction(() => {
SpecialPowers.clearUserPref("tests.beforeaccept.dialogShown");
SpecialPowers.clearUserPref("tests.beforeaccept.called");
});
// No instant-apply for this test
var prefWindow = openDialog("window_preferences_beforeaccept.xul", "", "", windowOnload);