mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Fix #1923. Fix bug where creating a new structural analysis model broke.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user