From f860973172d26ca84193ae0f8d59ce72e5687a20 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 31 Jul 2024 16:59:37 +0500 Subject: [PATCH] fix spatial module bim tests after a9a4b0c --- src/blenderbim/test/bim/feature/spatial.feature | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/blenderbim/test/bim/feature/spatial.feature b/src/blenderbim/test/bim/feature/spatial.feature index a6fce2e8d6..6672a525f1 100644 --- a/src/blenderbim/test/bim/feature/spatial.feature +++ b/src/blenderbim/test/bim/feature/spatial.feature @@ -51,10 +51,10 @@ Scenario: Reference structure And I set "scene.BIMRootProperties.ifc_product" to "IfcElement" And I set "scene.BIMRootProperties.ifc_class" to "IfcWall" 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" - When I set "scene.BIMSpatialProperties.containers[0].is_selected" to "True" - And I press "bim.reference_structure" + When I press "bim.reference_structure" Then nothing happens 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_class" to "IfcWall" 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" - When I set "scene.BIMSpatialProperties.containers[0].is_selected" to "True" - And I press "bim.reference_structure" + When I press "bim.reference_structure" And I press "bim.dereference_structure" Then nothing happens