diff --git a/frontend/test/app/test_helpers/pages.cljs b/frontend/test/app/test_helpers/pages.cljs index e16fed14b..6d4ea9706 100644 --- a/frontend/test/app/test_helpers/pages.cljs +++ b/frontend/test/app/test_helpers/pages.cljs @@ -21,7 +21,8 @@ (def initial-state {:current-file-id current-file-id :current-page-id nil - :workspace-local dw/workspace-local-default + :workspace-global dw/default-workspace-global + :workspace-local dw/default-workspace-local :workspace-data {:id current-file-id :components {} :pages []