diff --git a/testing/talos/talos/tests/devtools/addon/content/damp.js b/testing/talos/talos/tests/devtools/addon/content/damp.js index a89a3d04ae71..7097538d84c5 100644 --- a/testing/talos/talos/tests/devtools/addon/content/damp.js +++ b/testing/talos/talos/tests/devtools/addon/content/damp.js @@ -81,6 +81,8 @@ function awaitBrowserLoaded(browser, includeSubFrames = false, wantLoad = null) 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); } Damp.prototype = {