bpmn-js/test/spec/features/modeling/lanes
Philipp Fromme 194b963959 chore(copy-paste): rework and base upon diagram-js@5
* use <copyPaste.canCopyProperty> event to copy category value when copying group
* add camunda-bpmn-moddle for integration tests

BREAKING CHANGES

* CopyPaste: remove <property.clone>, add <moddleCopy.canCopyProperties>, <moddleCopy.canCopyProperty>, <moddleCopy.canSetCopiedProperty>
* BpmnRules: removed <elements.paste> rule in favor of <elements.create> rule
* BpmnRules: removed <element.paste> rule
* ElementFactory: use <attrs.di> property instead of <attrs.colors> for fill and stroke when creating element through ElementFactory#createBpmnElement
2019-08-07 16:03:55 +00:00
..
AddLaneSpec.js fix(graphics-factory): add test case verifying fix 2019-07-18 15:46:08 +02:00
DeleteLaneSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
ResizeLaneSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
SplitLaneSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
UpdateFlowNodeRefsSpec.js chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
flowNodeRefs.bpmn fix(modeling): correctly update Lane#flowNodeRefs 2015-08-31 15:00:27 +02:00
lanes.bpmn feat(modeling): add lane modeling operations 2015-10-20 15:47:12 +02:00
participant-lane.bpmn feat(modeling): add lane modeling operations 2015-10-20 15:47:12 +02:00
participant-no-lane.bpmn feat(modeling): add lane modeling operations 2015-10-20 15:47:12 +02:00
participant-single-lane.bpmn fix(graphics-factory): add test case verifying fix 2019-07-18 15:46:08 +02:00