enhance: user/start to run a page

This commit is contained in:
Tienson Qin
2025-05-05 22:24:42 +08:00
parent b4eb2eaf72
commit 33b40f4905

View File

@@ -54,14 +54,16 @@
'logseq.e2e.outliner-test
'logseq.e2e.rtc-basic-test))
(comment
(defn start
[]
(future
(fixtures/open-page
repl/pause
{:headless false}))
{:headless false})))
;; You can put `(repl/pause)` in any test to pause the tests,
(comment
;; You can call or put `(repl/pause)` in any test to pause the tests,
;; this allows us to continue experimenting with the current page.
(repl/pause)