Fix failing tests

This commit is contained in:
Dion Moult
2022-11-04 17:02:57 +11:00
parent f57731a10a
commit cbd9c898c3
20 changed files with 422 additions and 395 deletions
@@ -11,3 +11,17 @@ Scenario: Parse express
And I press "bim.select_express_file(filepath='{cwd}/test/files/test.exp')"
When I press "bim.parse_express"
Then nothing happens
Scenario: Use the inspector - inspect from STEP ID
Given an empty Blender session
And I press "bim.create_project"
When I set "scene.BIMDebugProperties.active_step_id" to "1"
And I press "bim.inspect_from_step_id(step_id=1)"
Then nothing happens
Scenario: Use the inspector - inspect from object
Given an empty Blender session
And I press "bim.create_project"
When the object "IfcProject/My Project" is selected
And I press "bim.inspect_from_object"
Then nothing happens