Fix #1923. Fix bug where creating a new structural analysis model broke.

This commit is contained in:
Dion Moult
2021-12-10 10:58:06 +11:00
parent ce5db914db
commit 62236c44ae
5 changed files with 34 additions and 12 deletions
@@ -1,6 +1,5 @@
@root
Feature: Root
Covers IFC class operations on Blender objects
Scenario: Reassign class
Given an empty IFC project
@@ -0,0 +1,19 @@
@structural
Feature: Structural
Scenario: Load structural analysis models
Given an empty IFC project
When I press "bim.load_structural_analysis_models"
Then nothing happens
Scenario: Add structural analysis model
Given an empty IFC project
And I press "bim.load_structural_analysis_models"
When I press "bim.add_structural_analysis_model"
Then nothing happens
Scenario: Disable structural analysis model editing UI
Given an empty IFC project
And I press "bim.load_structural_analysis_models"
When I press "bim.disable_structural_analysis_model_editing_ui"
Then nothing happens