From 91765d315637686088185cdb0fe46f31f9366a61 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Tue, 26 Mar 2024 11:30:40 +0500 Subject: [PATCH] fix test after 7634e71 --- src/blenderbim/test/bim/feature/geometry.feature | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/blenderbim/test/bim/feature/geometry.feature b/src/blenderbim/test/bim/feature/geometry.feature index 465469537f..f1bbc50451 100644 --- a/src/blenderbim/test/bim/feature/geometry.feature +++ b/src/blenderbim/test/bim/feature/geometry.feature @@ -544,14 +544,14 @@ Scenario: Override paste buffer - with active IFC data And the object "IfcWall/Cube" is selected And additionally the object "IfcBuildingStorey/My Storey" is selected When I press "view3d.copybuffer" + # IFC elements unlinked on paste for safety And I press "bim.override_paste_buffer" Then the object "IfcWall/Cube" exists And the object "IfcWall/Cube" is an "IfcWall" - And the object "IfcWall/Cube.001" exists - And the object "IfcWall/Cube.001" is an "IfcWall" - And the object "IfcWall/Cube.001" has a "Tessellation" representation of "Model/Body/MODEL_VIEW" - And the object "IfcBuildingStorey/My Storey.001" exists - And the object "IfcBuildingStorey/My Storey.001" is an "IfcBuildingStorey" + And the object "Cube.001" exists + And the object "Cube.001" is not an IFC element + And the object "My Storey.001" exists + And the object "My Storey.001" is not an IFC element Scenario: Duplicate linked aggregate Given I load the IFC test file "/test/files/linked-aggregates.ifc"