forked from mirrors/gecko-dev
Merge mozilla-central to autoland
This commit is contained in:
commit
1374017426
1 changed files with 3 additions and 3 deletions
|
|
@ -23,13 +23,13 @@ add_task(function* () {
|
|||
});
|
||||
yield wait;
|
||||
|
||||
wait = waitForDOM(document, "#panel-3");
|
||||
wait = waitForDOM(document, "#response-panel");
|
||||
EventUtils.sendMouseEvent({ type: "mousedown" },
|
||||
document.getElementById("details-pane-toggle"));
|
||||
document.querySelector("#tab-3 a").click();
|
||||
document.querySelector("#response-tab").click();
|
||||
yield wait;
|
||||
|
||||
let tabpanel = document.querySelector("#panel-3");
|
||||
let tabpanel = document.querySelector("#response-panel");
|
||||
|
||||
is(tabpanel.querySelector(".response-error-header") === null, true,
|
||||
"The response error header doesn't have the intended visibility.");
|
||||
|
|
|
|||
Loading…
Reference in a new issue