Browse Source

test(e2e): wait before fill

rcmerci 5 months ago
parent
commit
35fc120056
1 changed files with 1 additions and 0 deletions
  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)))