New projects now load with a Views and Types collection with appropriate visibility settings.

This commit is contained in:
Dion Moult
2023-07-24 18:01:25 +10:00
parent e4063f8de5
commit f3df78784a
6 changed files with 27 additions and 21 deletions
+3
View File
@@ -91,6 +91,7 @@ class TestCreateProject:
project.set_context("body").should_be_called()
project.set_active_spatial_element("storey").should_be_called()
project.create_project_collections().should_be_called()
project.load_default_thumbnails().should_be_called()
project.set_default_context().should_be_called()
@@ -122,6 +123,7 @@ class TestCreateProject:
project.set_context("body").should_be_called()
project.set_active_spatial_element("storey").should_be_called()
project.create_project_collections().should_be_called()
project.append_all_types_from_template("template").should_be_called()
@@ -162,6 +164,7 @@ class TestCreateProject:
project.set_context("body").should_be_called()
project.set_active_spatial_element("storey").should_be_called()
project.create_project_collections().should_be_called()
project.load_default_thumbnails().should_be_called()
project.set_default_context().should_be_called()