Skip to content

Commit

Permalink
test: properly provide businessObject with label
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Sep 9, 2024
1 parent 4359f18 commit 235d9b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/spec/features/snapping/BpmnCreateMoveSnappingSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ describe('features/snapping - BpmnCreateMoveSnapping', function() {
x: externalLabelMid.x - externalLabelBounds.width / 2,
y: externalLabelMid.y - externalLabelBounds.height / 2,
width: externalLabelBounds.width,
height: externalLabelBounds.height
height: externalLabelBounds.height,
businessObject: intermediateThrowEvent.businessObject
});

create.start(canvasEvent({ x: 0, y: 0 }), [ intermediateThrowEvent, label ]);
Expand Down

0 comments on commit 235d9b9

Please sign in to comment.