chore(e2e,rtc): remove comment

This commit is contained in:
rcmerci
2025-05-27 20:19:49 +08:00
parent 4696c1f3fd
commit a6616571a9

View File

@@ -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)))))