From 7f10eaa14f0bf522679526bc6327270f88fceeba Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 21 Jun 2023 14:11:24 +0500 Subject: [PATCH] Fixed tests after a4a6dce --- src/blenderbim/test/bim/feature/classification.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blenderbim/test/bim/feature/classification.feature b/src/blenderbim/test/bim/feature/classification.feature index 48b5ae0dc0..59a1e326f5 100644 --- a/src/blenderbim/test/bim/feature/classification.feature +++ b/src/blenderbim/test/bim/feature/classification.feature @@ -226,7 +226,7 @@ Scenario: Add classification reference - cost And I press "bim.add_cost_schedule" And the variable "cost_schedule" is "{ifc}.by_type('IfcCostSchedule')[0].id()" And I press "bim.enable_editing_cost_items(cost_schedule={cost_schedule})" - And I press "bim.add_summary_cost_item(cost_schedule={cost_schedule})" + And I press "bim.add_summary_cost_item()" And I press "bim.change_classification_level(parent_id={classification})" And the variable "reference" is "{classification_ifc}.by_type('IfcClassificationReference')[0].id()" When I press "bim.add_classification_reference(reference={reference}, obj='', obj_type='Cost')" @@ -241,7 +241,7 @@ Scenario: Remove classification reference - cost And I press "bim.add_cost_schedule" And the variable "cost_schedule" is "{ifc}.by_type('IfcCostSchedule')[0].id()" And I press "bim.enable_editing_cost_items(cost_schedule={cost_schedule})" - And I press "bim.add_summary_cost_item(cost_schedule={cost_schedule})" + And I press "bim.add_summary_cost_item()" And I press "bim.change_classification_level(parent_id={classification})" And the variable "reference" is "{classification_ifc}.by_type('IfcClassificationReference')[0].id()" And I press "bim.add_classification_reference(reference={reference}, obj='', obj_type='Cost')"