Bug 1431267 - expect about:studies to open in a new tab; r=mythmon

MozReview-Commit-ID: 6eHMnnFMCQx
This commit is contained in:
Myk Melez 2018-01-18 14:32:54 -08:00
Родитель 3ff443e78b
Коммит 9c2ba867c2
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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();
}
);