From 71e78c67f8b7bc38cababef43c4e9464e1497ff3 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 11 Nov 2025 16:33:45 +0500 Subject: [PATCH] Add visibility and lock steps to geometry.feature Added steps to set 'is_visible' to TRUE and 'is_locked' to FALSE in the 'Spatial Decomposition' panel for the 'Override paste buffer - with active IFC data' scenario. This ensures the test covers visibility and lock state handling for IFC objects. --- src/bonsai/test/bim/feature/geometry.feature | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bonsai/test/bim/feature/geometry.feature b/src/bonsai/test/bim/feature/geometry.feature index 353f61132c..7966af5ffa 100644 --- a/src/bonsai/test/bim/feature/geometry.feature +++ b/src/bonsai/test/bim/feature/geometry.feature @@ -559,6 +559,9 @@ Scenario: Override paste buffer - with active IFC data And I set the "Class" property to "IfcWall" And I click "Assign IFC Class" And the object "IfcWall/Cube" is selected + And I look at the "Spatial Decomposition" panel + And I set the "is_visible" property to "TRUE" + And I set the "is_locked" property to "FALSE" And additionally the object "IfcBuildingStorey/My Storey" is selected When I press "view3d.copybuffer" # IFC elements unlinked on paste for safety