зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1277657 Fix a race condition in devtools test helper_inline_editor.js. r=jdescottes
This commit is contained in:
Родитель
a0fe53386a
Коммит
8382efc2b2
|
@ -99,7 +99,7 @@ function* testCompletion([key, completion, index, total], editor) {
|
|||
|
||||
yield onSuggest;
|
||||
yield onVisibilityChange;
|
||||
yield waitForTick();
|
||||
yield waitForTime(5);
|
||||
|
||||
info("Checking the state");
|
||||
if (completion !== null) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче