From eaffb9d8c0f6d0b3b4e5b9045d8e624a93bc9de2 Mon Sep 17 00:00:00 2001 From: Vukas Pajic Date: Tue, 2 Aug 2022 10:53:02 +0200 Subject: [PATCH] Remove outdated test in "search" --- src/blenderbim/test/bim/feature/search.feature | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/blenderbim/test/bim/feature/search.feature b/src/blenderbim/test/bim/feature/search.feature index 8fcf781ff1..7e1614b01a 100644 --- a/src/blenderbim/test/bim/feature/search.feature +++ b/src/blenderbim/test/bim/feature/search.feature @@ -13,15 +13,3 @@ Scenario: Select all walls And I set "scene.IfcSelectorProperties.groups[0].queries[0].active_option" to "124: IfcWall" When I press "bim.filter_model_elements(option='select')" Then the object "IfcWall/Cube" is selected - -Scenario: Add selection to IfcGroup - Given an empty IFC project - And I add a cube - And the object "Cube" is selected - And I set "scene.BIMRootProperties.ifc_class" to "IfcWall" - And I press "bim.assign_class" - And I set "scene.IfcSelectorProperties.selector_query_syntax" to ".IfcWall" - And I set "scene.IfcSelectorProperties.manual_override" to "True" - When I press "bim.add_to_ifc_group(group_name='Walls')" - And I press "bim.load_groups" - Then "scene.BIMGroupProperties.groups[-1].name" is "Walls"