Tienson Qin 3 年之前
父节点
当前提交
0298fca343
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      e2e-tests/editor.spec.ts

+ 1 - 0
e2e-tests/editor.spec.ts

@@ -295,6 +295,7 @@ test('#6266 moving cursor outside of brackets should close autocomplete menu', a
       await page.keyboard.type(char)
       await page.waitForTimeout(10) // Sometimes it doesn't trigger without this
     }
+    await page.waitForTimeout(100)
     await autocompleteMenu.expectVisible(modalName)
 
     await page.waitForTimeout(100)