From 8efd128b48cdae3a6c6862795ce618aa1ca1c0b4 Mon Sep 17 00:00:00 2001 From: Wes Kocher Date: Thu, 5 Oct 2017 10:19:27 -0700 Subject: [PATCH] Backed out changeset 1fde4de1be90 (bug 1404281) for frequent failures in test_basic_creditcard_autocomplete_form.html a=backout CLOSED TREE MozReview-Commit-ID: 7ivoAi307Ee --- browser/extensions/formautofill/test/browser/head.js | 1 - 1 file changed, 1 deletion(-) diff --git a/browser/extensions/formautofill/test/browser/head.js b/browser/extensions/formautofill/test/browser/head.js index 93f075856882..3cd94911017a 100644 --- a/browser/extensions/formautofill/test/browser/head.js +++ b/browser/extensions/formautofill/test/browser/head.js @@ -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");