فهرست منبع

test(e2e): retry in new-block(2)

rcmerci 8 ماه پیش
والد
کامیت
21a8a7b8f7
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      clj-e2e/src/logseq/e2e/block.clj

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

@@ -24,7 +24,7 @@
     (try
       (k/enter)
       (assert/assert-have-count ".ls-block" (inc blocks-count))
-      (catch Exception _e
+      (catch org.opentest4j.AssertionFailedError _e
         ;; retry once
         (k/enter)
         (assert/assert-have-count ".ls-block" (inc blocks-count))))