diff --git a/packages/addons/test/spec/bpmn-elements.test.ts b/packages/addons/test/spec/bpmn-elements.test.ts index 51472f9..ddcb4ca 100644 --- a/packages/addons/test/spec/bpmn-elements.test.ts +++ b/packages/addons/test/spec/bpmn-elements.test.ts @@ -77,6 +77,7 @@ describe('Find elements by providing names', () => { kind: ShapeBpmnElementKind.TASK, name: 'task 1 with duplicate name', outgoingIds: ['Flow_0th6cj1'], + parentId: 'Participant_0onpt9o', } as ShapeBpmnSemantic); }); @@ -93,6 +94,7 @@ describe('Find elements by providing names', () => { kind: ShapeBpmnElementKind.TASK_USER, name: 'task 1 with duplicate name', outgoingIds: ['Flow_0i4ule4', 'Association_0fwvz81'], + parentId: 'Participant_0onpt9o', } as ShapeBpmnSemantic); }); @@ -113,6 +115,7 @@ describe('Find elements by providing names', () => { kind: ShapeBpmnElementKind.TASK_USER, name: 'task 1 with duplicate name', outgoingIds: ['Flow_0i4ule4', 'Association_0fwvz81'], + parentId: 'Participant_0onpt9o', } as ShapeBpmnSemantic); });