diff --git a/test.cljs.edn b/test.cljs.edn index 70ce2fc8..bbf115d7 100644 --- a/test.cljs.edn +++ b/test.cljs.edn @@ -5,6 +5,6 @@ ;; uncomment to launch tests in a headless environment ;; you will have to figure out the path to chrome on your system - :launch-js ["chromium" "--headless" "--disable-gpu" "--repl" :open-url] + :launch-js ["chromium" "--headless=new" "--disable-gpu" "--repl" :open-url] } {:main com.yetanalytics.lrs-admin-ui.test-runner}