зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1150005 - Don't wait for "editor-selected" event in browser_styleeditor_fetch-from-cache.js as it may have already been emitted. r=bgrins
This commit is contained in:
Родитель
c4760cc752
Коммит
bff6d53b6d
|
@ -21,8 +21,8 @@ add_task(function() {
|
|||
info("Opening Style Editor");
|
||||
let styleeditor = yield toolbox.selectTool("styleeditor");
|
||||
|
||||
info("Waiting for an editor to be selected.");
|
||||
yield styleeditor.UI.once("editor-selected");
|
||||
info("Waiting for the source to be loaded.");
|
||||
yield styleeditor.UI.editors[0].getSourceEditor();
|
||||
|
||||
info("Checking Netmonitor contents.");
|
||||
let requestsForCss = 0;
|
||||
|
|
Загрузка…
Ссылка в новой задаче