瀏覽代碼

chore(e2e,rtc): remove comment

rcmerci 4 月之前
父節點
當前提交
a6616571a9
共有 1 個文件被更改,包括 0 次插入12 次删除
  1. 0 12
      clj-e2e/test/logseq/e2e/rtc_extra_test.clj

+ 0 - 12
clj-e2e/test/logseq/e2e/rtc_extra_test.clj

@@ -258,15 +258,3 @@
           (w/click (format ".ls-block :text('%s')" (str title-prefix "-" 0)))
           (b/delete-blocks)))
       (validate-2-graphs))))
-
-(comment
-  (do (w/with-page @*page1 (rtc/rtc-stop))
-      (w/with-page @*page2 (rtc/rtc-stop)))
-
-  (do (w/with-page @*page1 (rtc/rtc-start))
-      (w/with-page @*page2 (rtc/rtc-start)))
-
-  (let [title-prefix "xxxx"
-        property-type "Text"]
-    (w/with-page @*page1
-      (b/new-block (str title-prefix "-" property-type)))))