mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
fix resource bim tests after 1a4e467
operator prop was deprecated a long time ago in e2d4a3a
This commit is contained in:
@@ -312,7 +312,7 @@ Scenario: Assign Resource
|
||||
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||||
And I press "bim.assign_class"
|
||||
And the object "IfcWall/Cube" is selected
|
||||
And I press "bim.assign_resource(resource={labor_resource}, related_object="")"
|
||||
And I press "bim.assign_resource(resource={labor_resource})"
|
||||
Then nothing happens
|
||||
|
||||
Scenario: Unassign Resource
|
||||
@@ -328,7 +328,7 @@ Scenario: Unassign Resource
|
||||
And I set "scene.BIMRootProperties.ifc_class" to "IfcWall"
|
||||
And I press "bim.assign_class"
|
||||
And the object "IfcWall/Cube" is selected
|
||||
And I press "bim.assign_resource(resource={labor_resource}, related_object="")"
|
||||
And I press "bim.assign_resource(resource={labor_resource})"
|
||||
And the object "IfcWall/Cube" is selected
|
||||
And I press "bim.unassign_resource(resource={labor_resource}, related_object="")"
|
||||
Then nothing happens
|
||||
And I press "bim.unassign_resource(resource={labor_resource})"
|
||||
Then nothing happens
|
||||
|
||||
Reference in New Issue
Block a user