From f8ec8402fed463a2d8213761baba529e41e078ed Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 25 Feb 2025 18:27:08 +0500 Subject: [PATCH] Remove test for deprecator operator (c85eb79) --- src/bonsai/test/bim/feature/root.feature | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/bonsai/test/bim/feature/root.feature b/src/bonsai/test/bim/feature/root.feature index d9606b62a0..f8cd1c14bf 100644 --- a/src/bonsai/test/bim/feature/root.feature +++ b/src/bonsai/test/bim/feature/root.feature @@ -35,16 +35,6 @@ Scenario: Unlink object And the material "Style" is an IFC style And the material "Style.001" is not an IFC style -Scenario: Copy class - Given an empty IFC project - And I add a cube - And the object "Cube" is selected - And I set "scene.BIMRootProperties.ifc_product" to "IfcElement" - And I set "scene.BIMRootProperties.ifc_class" to "IfcWall" - And I press "bim.assign_class" - When I press "bim.copy_class(obj='IfcWall/Cube')" - Then the object "IfcWall/Cube" is an "IfcWall" - Scenario: Assign a class to a cube Given an empty IFC project And I add a cube