зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1764717 - Part 14: Use findErrorMessage in checkMessageStack. r=nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D147034
This commit is contained in:
Родитель
d015a45575
Коммит
6b71ed8c44
|
@ -1650,7 +1650,7 @@ async function checkConsoleOutputForWarningGroup(hud, expectedMessages) {
|
|||
async function checkMessageStack(hud, text, expectedFrameLines) {
|
||||
info(`Checking message stack for "${text}"`);
|
||||
const msgNode = await waitFor(
|
||||
() => findMessage(hud, text),
|
||||
() => findErrorMessage(hud, text),
|
||||
`Couln't find message including "${text}"`
|
||||
);
|
||||
ok(!msgNode.classList.contains("open"), `Error logged not expanded`);
|
||||
|
|
Загрузка…
Ссылка в новой задаче