mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: clear local storage for whiteboards when e2e tests
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
[promesa.core :as p]
|
||||
[frontend.mobile.core :as mobile]
|
||||
[frontend.db.listener :as db-listener]
|
||||
[cljs-bean.core :as bean]))
|
||||
[cljs-bean.core :as bean]
|
||||
[frontend.handler.test :as test]))
|
||||
|
||||
(defn- set-global-error-notification!
|
||||
[]
|
||||
@@ -208,6 +209,7 @@
|
||||
|
||||
(defn start!
|
||||
[render]
|
||||
(test/setup-test!)
|
||||
(get-system-info)
|
||||
(set-global-error-notification!)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user