diff --git a/test/spec/features/rules/BpmnRules.collaboration.bpmn b/test/spec/features/rules/BpmnRules.collaboration.bpmn index b7406d1a..cb25eac5 100644 --- a/test/spec/features/rules/BpmnRules.collaboration.bpmn +++ b/test/spec/features/rules/BpmnRules.collaboration.bpmn @@ -1,5 +1,5 @@ - + @@ -51,129 +51,133 @@ + - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + - + - - - - - - - + + + + + + + + + + + + + + + + + + + - + - + - - - - - - - - - - - - - + - - + + - + + + + + + + - + - - + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + - - + + - + - - + + - - - - - - - - - - - diff --git a/test/spec/features/rules/BpmnRulesSpec.js b/test/spec/features/rules/BpmnRulesSpec.js index 1d229d9d..6647aa4e 100644 --- a/test/spec/features/rules/BpmnRulesSpec.js +++ b/test/spec/features/rules/BpmnRulesSpec.js @@ -1204,6 +1204,17 @@ describe('features/modeling/rules - BpmnRules', function() { })); + it('connect CallActivity -> Participant', function() { + + expectCanConnect('CallActivity', 'Participant', { + sequenceFlow: false, + messageFlow: true, + association: false, + dataAssociation: false + }); + }); + + it('drop TextAnnotation_Global -> Participant', inject(function() { expectCanDrop('TextAnnotation_Global', 'Participant', true); }));