зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1431267
- expect about:studies to open in a new tab; r=mythmon
MozReview-Commit-ID: 6eHMnnFMCQx
This commit is contained in:
Родитель
3ff443e78b
Коммит
9c2ba867c2
|
@ -171,9 +171,11 @@ decorate_task(
|
|||
await BrowserTestUtils.waitForLocationChange(gBrowser);
|
||||
|
||||
is(
|
||||
browser.currentURI.spec,
|
||||
gBrowser.currentURI.spec,
|
||||
"about:studies",
|
||||
"Clicking the view studies link opens about:studies."
|
||||
"Clicking the view studies link opens about:studies in a new tab."
|
||||
);
|
||||
|
||||
gBrowser.removeCurrentTab();
|
||||
}
|
||||
);
|
||||
|
|
Загрузка…
Ссылка в новой задаче