Skip to content

Commit

Permalink
TEST: update after bump to [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Oct 2, 2023
1 parent 2c45e3f commit 6149e8a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/addons/test/spec/bpmn-elements.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});

Expand All @@ -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);
});

Expand All @@ -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);
});

Expand Down

0 comments on commit 6149e8a

Please sign in to comment.