зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1315688 - Fix browser_toolbox_remoteness_change.js assertion on Aurora. r=jryans
MozReview-Commit-ID: 2qEUm1vzZPO --HG-- extra : rebase_source : a75ef72f338433e65c48f9191f57825f2cdf6900
This commit is contained in:
Родитель
bef6c35300
Коммит
cbb34a526e
|
@ -38,5 +38,6 @@ add_task(function* () {
|
|||
let console = yield toolbox.selectTool("webconsole");
|
||||
let { jsterm } = console.hud;
|
||||
let url = yield jsterm.execute("document.location.href");
|
||||
is(url.textContent, URL_2, "The console inspects the second document");
|
||||
// Uses includes as the old console frontend prints a timestamp
|
||||
ok(url.textContent.includes(URL_2), "The console inspects the second document");
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче