Przeglądaj źródła

test(e2e): wait before fill (2)

rcmerci 5 miesięcy temu
rodzic
commit
b5a73b9b72
1 zmienionych plików z 1 dodań i 1 usunięć
  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)))