فهرست منبع

test(e2e): wait before fill (2)

rcmerci 5 ماه پیش
والد
کامیت
b5a73b9b72
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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)))