浏览代码

test(e2e): wait before fill

rcmerci 7 月之前
父节点
当前提交
35fc120056
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      clj-e2e/src/logseq/e2e/block.clj

+ 1 - 0
clj-e2e/src/logseq/e2e/block.clj

@@ -15,6 +15,7 @@
 
 (defn save-block
   [text]
+  (util/wait-timeout 10)
   (w/fill util/editor-q text)
   (assert/assert-is-visible (loc/filter util/editor-q :has-text text)))