зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1444823 - Execute messageManager.sendAsyncMessage after runTest; r=jdescottes.
MozReview-Commit-ID: Ansa6okYRg --HG-- extra : rebase_source : 8054cac467a73790f264eb7cc7c675afacc5a3a4
This commit is contained in:
Родитель
a62b33d946
Коммит
109fdbefc3
|
@ -40,10 +40,10 @@ module.exports = async function() {
|
|||
}`
|
||||
) + ")()", true);
|
||||
|
||||
let test = runTest("console.bulklog");
|
||||
// Kick off the logging
|
||||
messageManager.sendAsyncMessage("do-logs");
|
||||
|
||||
let test = runTest("console.bulklog");
|
||||
await allMessagesReceived;
|
||||
test.done();
|
||||
|
||||
|
|
|
@ -37,10 +37,10 @@ module.exports = async function() {
|
|||
}`
|
||||
) + ")()", true);
|
||||
|
||||
let test = runTest("console.objectexpand");
|
||||
// Kick off the logging
|
||||
messageManager.sendAsyncMessage("do-dir");
|
||||
|
||||
let test = runTest("console.objectexpand");
|
||||
await onMessageReceived;
|
||||
const tree = webconsole.hud.ui.outputNode.querySelector(".dir.message .tree");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче