From c2f9bfeb8ded10e9d87f2e11aa3e1d2777635e42 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 6 May 2025 17:50:53 +0500 Subject: [PATCH] Fix bim search tests after 0b22333 --- src/bonsai/test/bim/feature/search.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/bonsai/test/bim/feature/search.feature b/src/bonsai/test/bim/feature/search.feature index 729e0b1400..7bbc05f983 100644 --- a/src/bonsai/test/bim/feature/search.feature +++ b/src/bonsai/test/bim/feature/search.feature @@ -51,6 +51,13 @@ Scenario: Flat colours Scenario: Select by property Given an empty IFC project + And I add a cube + And the object "Cube" is selected + And I look at the "Class" panel + And I set the "Products" property to "IfcElement" + And I set the "Class" property to "IfcWall" + And I click "Assign IFC Class" + And I look at the "Colour By Property" panel And I click "Colour by Property" When I click "RESTRICT_SELECT_OFF"