mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
fix spatial module bim tests after a9a4b0c
This commit is contained in:
@@ -51,10 +51,10 @@ Scenario: Reference structure
|
|||||||
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
|
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
|
||||||
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||||||
And I press "bim.assign_class"
|
And I press "bim.assign_class"
|
||||||
And the object "IfcWall/Cube" is selected
|
And the object "IfcBuilding/My Building" is selected
|
||||||
|
And additionally the object "IfcWall/Cube" is selected
|
||||||
And I press "bim.enable_editing_container"
|
And I press "bim.enable_editing_container"
|
||||||
When I set "scene.BIMSpatialProperties.containers[0].is_selected" to "True"
|
When I press "bim.reference_structure"
|
||||||
And I press "bim.reference_structure"
|
|
||||||
Then nothing happens
|
Then nothing happens
|
||||||
|
|
||||||
Scenario: Dereference structure
|
Scenario: Dereference structure
|
||||||
@@ -64,10 +64,10 @@ Scenario: Dereference structure
|
|||||||
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
|
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
|
||||||
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||||||
And I press "bim.assign_class"
|
And I press "bim.assign_class"
|
||||||
And the object "IfcWall/Cube" is selected
|
And the object "IfcBuilding/My Building" is selected
|
||||||
|
And additionally the object "IfcWall/Cube" is selected
|
||||||
And I press "bim.enable_editing_container"
|
And I press "bim.enable_editing_container"
|
||||||
When I set "scene.BIMSpatialProperties.containers[0].is_selected" to "True"
|
When I press "bim.reference_structure"
|
||||||
And I press "bim.reference_structure"
|
|
||||||
And I press "bim.dereference_structure"
|
And I press "bim.dereference_structure"
|
||||||
Then nothing happens
|
Then nothing happens
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user