Backed out changeset 1fde4de1be90 (bug 1404281) for frequent failures in test_basic_creditcard_autocomplete_form.html a=backout CLOSED TREE

MozReview-Commit-ID: 7ivoAi307Ee
This commit is contained in:
Wes Kocher 2017-10-05 10:19:27 -07:00
Родитель cade0f0bf3
Коммит 8efd128b48
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -211,7 +211,6 @@ async function clickDoorhangerButton(button, index) {
EventUtils.synthesizeMouseAtCenter(getNotification()[button], {});
} else if (button == MENU_BUTTON) {
// Click the dropmarker arrow and wait for the menu to show up.
await BrowserTestUtils.waitForCondition(() => getNotification().menubutton);
await sleep(); // menubutton needs extra time for binding
let notification = getNotification();
ok(notification.menubutton, "notification menupopup displayed");