test to make sure nothing happened to ifcsverchok 😅

This commit is contained in:
Andrej730
2023-08-23 17:29:42 +05:00
parent a78769c8ff
commit 2ccc9d886e
@@ -48,3 +48,10 @@ Scenario: Split along edge
When I press "bim.split_along_edge"
Then the object "IfcWall/Cube" is an "IfcWall"
And the object "IfcWall/Cube.001" is an "IfcWall"
Scenario: Enabling and disabling IFC Sverchok
Given an empty IFC project
And I press "preferences.addon_enable(module="sverchok")"
And I press "preferences.addon_enable(module="ifcsverchok")"
And I press "preferences.addon_disable(module="sverchok")"
And I press "preferences.addon_disable(module="ifcsverchok")"