зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset bebf14fcc0e2 (bug 1519226) bug number not updated CLOSED TREE
This commit is contained in:
Родитель
54f3ab7f74
Коммит
7a77a65af9
|
@ -69,12 +69,6 @@ add_task(async function starButtonCtrlClick() {
|
|||
let url = "http://example.com/browser_page_action_star_button";
|
||||
await BrowserTestUtils.withNewTab(url, async () => {
|
||||
StarUI._createPanelIfNeeded();
|
||||
// The button ignores activation while the bookmarked status is being
|
||||
// updated. So, wait for it to finish updating.
|
||||
await TestUtils.waitForCondition(
|
||||
() => BookmarkingUI.status != BookmarkingUI.STATUS_UPDATING
|
||||
);
|
||||
|
||||
const popup = document.getElementById("editBookmarkPanel");
|
||||
const starButtonBox = document.getElementById("star-button-box");
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче