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.
This commit is contained in:
Andrej730
2025-11-11 16:33:45 +05:00
parent e7c4a19d9e
commit 71e78c67f8
@@ -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