Backed out changeset 5c1092771230 (bug 1519226) for landing with wrong bug number on a CLOSED TREE

This commit is contained in:
Andreea Pavel 2020-04-16 22:49:18 +03:00
Родитель c5b21b8328
Коммит 081dff373d
1 изменённых файлов: 0 добавлений и 6 удалений

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

@ -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");