@@ -20,7 +20,7 @@ Scenario: Add representation
2020 And the object "IfcWall/Cube" is selected
2121 Then the object "IfcWall/Cube" data is a "Tessellation" representation of "Model/Body/MODEL_VIEW"
2222 When the variable "context" is "{ifc}.by_type('IfcGeometricRepresentationSubContext')[-1].id()"
23- And I set "scene.BIMProperties .contexts" to "{context}"
23+ And I set "scene.BIMRootProperties .contexts" to "{context}"
2424 And I press "bim.add_representation"
2525 Then the object "IfcWall/Cube" data is a "Annotation2D" representation of "Plan/Annotation/PLAN_VIEW"
2626
@@ -37,7 +37,7 @@ Scenario: Add representation - add a new representation to a typed instance
3737 And the object "IfcWall/Instance.001" data is a "Tessellation" representation of "Model/Body/MODEL_VIEW"
3838 When the object "IfcWall/Instance" is selected
3939 And the variable "context" is "{ifc}.by_type('IfcGeometricRepresentationSubContext')[-1].id()"
40- And I set "scene.BIMProperties .contexts" to "{context}"
40+ And I set "scene.BIMRootProperties .contexts" to "{context}"
4141 And I press "bim.add_representation"
4242 Then the object "IfcWall/Instance" data is a "Annotation2D" representation of "Plan/Annotation/PLAN_VIEW"
4343 And the object "IfcWall/Instance.001" data is a "Annotation2D" representation of "Plan/Annotation/PLAN_VIEW"
@@ -80,7 +80,7 @@ Scenario: Switch representation - current edited representation is updated prior
8080 And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
8181 And I press "bim.assign_class"
8282 And the variable "context" is "{ifc}.by_type('IfcGeometricRepresentationSubContext')[-1].id()"
83- And I set "scene.BIMProperties .contexts" to "{context}"
83+ And I set "scene.BIMRootProperties .contexts" to "{context}"
8484 And I press "bim.add_representation"
8585 When the object "IfcWall/Cube" is scaled to "2"
8686 And the variable "representation" is "{ifc}.by_type('IfcShapeRepresentation')[0].id()"
0 commit comments