An axis context is now added by default for all new projects

This commit is contained in:
Dion Moult
2022-09-17 21:41:09 +10:00
parent 6d0fdb32c6
commit ce8da8bd85
4 changed files with 17 additions and 5 deletions
@@ -388,7 +388,7 @@ Scenario: Animate the demolition of a wall
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
And I press "bim.assign_class"
And the object "IfcWall/Cube" is selected
And I press "bim.assign_product(task={task}, relating_product=0)"
And I press "bim.assign_process(task={task}, related_object=0)"
And I set "scene.BIMWorkScheduleProperties.visualisation_start" to "01/01/21"
And I set "scene.BIMWorkScheduleProperties.visualisation_finish" to "01/02/21"
And I set "scene.BIMWorkScheduleProperties.speed_types" to "FRAME_SPEED"
@@ -713,4 +713,4 @@ Scenario: Expand All Tasks
And the variable "nested_task_two" is "IfcStore.get_file().by_type('IfcTask')[1].id()"
And I press "bim.contract_all_tasks()"
When I press "bim.expand_all_tasks()"
Then nothing happens
Then nothing happens