mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 22:11:36 +00:00
Rename source dir
This commit is contained in:
@@ -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