зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1125526 - Wait for output from executed method in browser_webconsole_assert.js before asserting on number of messages. r=past
This commit is contained in:
Родитель
4558c81b2c
Коммит
2003a8e1a2
|
@ -20,6 +20,11 @@ function consoleOpened(hud) {
|
|||
return waitForMessages({
|
||||
webconsole: hud,
|
||||
messages: [{
|
||||
text: "undefined",
|
||||
category: CATEGORY_OUTPUT,
|
||||
severity: SEVERITY_LOG,
|
||||
},
|
||||
{
|
||||
text: "start",
|
||||
category: CATEGORY_WEBDEV,
|
||||
severity: SEVERITY_LOG,
|
||||
|
|
Загрузка…
Ссылка в новой задаче