Browse Source

test(e2e): wait before fill (2)

rcmerci 5 months ago
parent
commit
b5a73b9b72
1 changed files with 1 additions and 1 deletions
  1. 1 1
      clj-e2e/src/logseq/e2e/block.clj

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

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