mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-15 04:39:31 +00:00
Bug 981258 - Replace 'waitForSourceShown' with 'ensureSourceIs' to fix intermittent browser_dbg_breakpoints-break-on-last-line-of-script-on-reload.js; r=past
This commit is contained in:
parent
90bedb8c0a
commit
0d761e101b
@ -23,7 +23,7 @@ function test() {
|
||||
Task.spawn(function* () {
|
||||
try {
|
||||
|
||||
yield waitForSourceShown(gPanel, CODE_URL);
|
||||
yield ensureSourceIs(gPanel, CODE_URL, true);
|
||||
|
||||
// Pause and set our breakpoints.
|
||||
yield doInterrupt();
|
||||
|
Loading…
x
Reference in New Issue
Block a user