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)