зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
c9b234eafc
Коммит
7615275cf6
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче