fix: clear local storage for whiteboards when e2e tests

This commit is contained in:
Tienson Qin
2023-10-17 20:11:19 +08:00
parent 34744d3217
commit a5098d3fb8
3 changed files with 20 additions and 2 deletions

View File

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