Bug 1504681 - Stop setting unused preferences in DAMP tests;r=ochameau

Differential Revision: https://phabricator.services.mozilla.com/D10906

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Julian Descottes 2018-11-05 16:44:10 +00:00
parent 1d077063ca
commit b1964504a7

View File

@ -71,11 +71,7 @@ function awaitBrowserLoaded(browser, includeSubFrames = false, wantLoad = null)
/* globals res:true */
function Damp() {
Services.prefs.setBoolPref("devtools.webconsole.new-frontend-enabled", true);
// Disable the 3 pane inspector onboarding tooltip for DAMP tests. See Bug 1459538.
Services.prefs.setBoolPref("devtools.inspector.show-three-pane-tooltip", false);
}
function Damp() {}
Damp.prototype = {
async garbageCollect() {