Bug 892759 - Apply a missed review comment for the findbar test [r=rsilveira]

This commit is contained in:
Matt Brubeck 2013-07-15 16:37:25 -07:00
parent 6bcb249e09
commit 7322f62c1a

View File

@ -41,7 +41,7 @@ gTests.push({
yield waitForCondition(() => BrowserUI.ready);
is(Elements.findbar.isShowing, false, "Find bar is hidden by default");
ContextUI.displayNavbar();
yield showNavBar();
EventUtils.sendMouseEvent({ type: "click" }, "menu-button");
EventUtils.sendMouseEvent({ type: "click" }, "context-findinpage");
yield waitForEvent(Elements.findbar, "transitionend");