mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 08:26:40 +00:00
enhance: user/start to run a page
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user