mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 10:00:54 +00:00
Bug 998302 - Connect to about:config instead of about:credits to avoid accessing mozilla.org when the test runs. r=robcee
This commit is contained in:
parent
736ac388e6
commit
893dbca810
@ -7,7 +7,7 @@
|
||||
|
||||
function test() {
|
||||
Task.spawn(function*() {
|
||||
const {tab} = yield loadTab("about:credits");
|
||||
const {tab} = yield loadTab("about:config");
|
||||
ok(tab, "tab loaded");
|
||||
|
||||
const hud = yield openConsole(tab);
|
||||
|
Loading…
Reference in New Issue
Block a user