Update failing tests

This commit is contained in:
Dion Moult
2025-03-13 22:07:00 +11:00
parent 3852e3c63f
commit 609f468ce1
3 changed files with 25 additions and 11 deletions
+16 -2
View File
@@ -103,8 +103,7 @@ Scenario: Select similar container
Scenario: Execute generate space from cursor position
Given an empty IFC project
When I press "bim.generate_space"
Then nothing happens
Then I press "bim.generate_space" and expect error "Error: Couldn't find any polygons to form the space shape. Perhaps, RL value need to be adjusted."
Scenario: Execute generate spaces from walls
Given an empty IFC project
@@ -133,6 +132,11 @@ Scenario: Spatial decomposition - see panel
Scenario: Isolate spatial container
Given an empty IFC project
And I trigger "Add Element"
And I set the "Definition" property to "IfcElement"
And I set the "Class" property to "IfcFurniture"
And I set the "Representation" property to "No Geometry"
And I click "OK"
And I look at the "Spatial Decomposition" panel
When I select the "My Site" item in the "BIM_UL_containers_manager" list
And I click "Isolate"
@@ -140,6 +144,11 @@ Scenario: Isolate spatial container
Scenario: Show spatial container
Given an empty IFC project
And I trigger "Add Element"
And I set the "Definition" property to "IfcElement"
And I set the "Class" property to "IfcFurniture"
And I set the "Representation" property to "No Geometry"
And I click "OK"
And I look at the "Spatial Decomposition" panel
When I select the "My Site" item in the "BIM_UL_containers_manager" list
And I click "HIDE_OFF"
@@ -147,6 +156,11 @@ Scenario: Show spatial container
Scenario: Hide spatial container
Given an empty IFC project
And I trigger "Add Element"
And I set the "Definition" property to "IfcElement"
And I set the "Class" property to "IfcFurniture"
And I set the "Representation" property to "No Geometry"
And I click "OK"
And I look at the "Spatial Decomposition" panel
When I select the "My Site" item in the "BIM_UL_containers_manager" list
And I click "HIDE_ON"