change tests due to new class assignment workflow ref commit 808ff54

This commit is contained in:
Sigma Dimensions (Yass)
2023-09-24 18:44:56 +01:00
parent be2c7a62fd
commit b2f95bfa60
19 changed files with 135 additions and 5 deletions
@@ -89,6 +89,7 @@ Scenario: Assign document
And I add a cube
And the object "Cube" is selected
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
And I press "bim.assign_class"
When I press "bim.assign_document(document={reference})"
@@ -105,6 +106,7 @@ Scenario: Unassign document
And I add a cube
And the object "Cube" is selected
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
And I set "scene.BIMRootProperties.ifc_product" to "IfcElement"
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
And I press "bim.assign_class"
And I press "bim.assign_document(document={reference})"