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