summaryrefslogtreecommitdiffstats
path: root/toolkit/content/tests/chrome/file_editor_with_autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/content/tests/chrome/file_editor_with_autocomplete.js')
-rw-r--r--toolkit/content/tests/chrome/file_editor_with_autocomplete.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/content/tests/chrome/file_editor_with_autocomplete.js b/toolkit/content/tests/chrome/file_editor_with_autocomplete.js
index acf2c9e9df..0068440785 100644
--- a/toolkit/content/tests/chrome/file_editor_with_autocomplete.js
+++ b/toolkit/content/tests/chrome/file_editor_with_autocomplete.js
@@ -84,6 +84,10 @@ nsDoTestsForEditorWithAutoComplete.prototype = {
Ci.nsIAutoCompleteController.STATUS_COMPLETE_NO_MATCH
);
});
+ if (test.popup) {
+ await waitForCondition(() => this._controller.input.popupOpen);
+ }
+
this._target.removeEventListener("beforeinput", onBeforeInput);
this._target.removeEventListener("input", onInput);
this._checkResult(test, beforeInputEvents, inputEvents);