From 51e2e7cd82ea6320cbb820e9edd972c923efccd4 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Mon, 17 Nov 2025 14:11:36 +0500 Subject: [PATCH] Fix boundary bim test after 6c31d43 --- src/bonsai/test/bim/feature/boundary.feature | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bonsai/test/bim/feature/boundary.feature b/src/bonsai/test/bim/feature/boundary.feature index 4b42a0bc2e..dcfaa8b802 100644 --- a/src/bonsai/test/bim/feature/boundary.feature +++ b/src/bonsai/test/bim/feature/boundary.feature @@ -22,6 +22,8 @@ Scenario: Add boundary from space And the cursor is at "0.5,0.5,0" And I deselect all objects And I press "bim.generate_space" + And I look at the "Spatial Decomposition" panel + And I set the "is_visible" property to "TRUE" When I select the object "IfcSpace/Space" And I press "bim.add_boundary" Then the object "IfcRelSpaceBoundary/None" exists