Bug 722267 - Fix browser_webconsole_expandable_timestamps.js test failure on a CLOSED TREE; r=me

This commit is contained in:
Mihai Sucan 2013-11-12 21:00:55 +02:00
parent 174d93c3a8
commit 858d3e1472

View File

@ -42,8 +42,7 @@ function test()
gDevTools.once("pref-changed", onPrefChanged);
let checkbox = panel.panelDoc.getElementById("webconsole-timestamp-messages");
checkbox.scrollIntoView();
EventUtils.synthesizeMouseAtCenter(checkbox, {}, panel.panelWin);
checkbox.click();
}
function onPrefChanged()