зеркало из https://github.com/mozilla/gecko-dev.git
Bug 892759 - Apply a missed review comment for the findbar test [r=rsilveira]
This commit is contained in:
Родитель
c2f21f792f
Коммит
69267918ad
|
@ -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");
|
||||
|
|
Загрузка…
Ссылка в новой задаче