Bug 913609 - Fix intermittent failure in browser_contextui.js [r=jimm]

This commit is contained in:
Matt Brubeck 2014-01-28 15:24:52 -08:00
parent 6ecee02d3f
commit df161d2bee

View File

@ -245,7 +245,7 @@ gTests.push({
run: function () {
let mozTab = yield addTab("about:mozilla");
// addTab will dismiss navbar, but lets check anyway.
yield hideNavBar();
ok(!ContextUI.navbarVisible, "navbar dismissed");
BrowserUI.doCommand("cmd_newTab");