Bug 1542502 - Wait for breakpoint to appear after pretty printing, r=loganfsmyth.

Differential Revision: https://phabricator.services.mozilla.com/D27113

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Brian Hackett 2019-04-12 17:34:02 +00:00
Родитель c9b234eafc
Коммит 7615275cf6
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -22,6 +22,7 @@ add_task(async function() {
state => dbg.selectors.getSelectedFrame(thread).location.line == 18
);
assertPausedLocation(dbg);
await waitForBreakpoint(dbg, "math.min.js:formatted", 18);
await assertEditorBreakpoint(dbg, 18, true);
await resume(dbg);