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:
Sami Jaktholm 2015-02-14 09:52:50 +02:00
Родитель 4558c81b2c
Коммит 2003a8e1a2
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -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,