bpmn-js/test/spec/features/modeling
Nico Rehwaldt b4b5d1d139 fix(modeling): correct creation of nested lanes
With diagram-js@5 we've introduced the CreateBehavior that ensures
elements are not created on top of lanes but always on top of the actual
participant.

Unfortunately we forgot about the fact that lanes are created once in a
while, too.

This commit accounts for this fact and ensures we do not adjust the
parent of to-be-created lanes.

(A test cases for splitting nested lanes did not exist until now).

Closes #1254
Closes #1253
2019-12-11 10:52:43 +00:00
..
append chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
behavior fix(adaptive-label-positioning): do not adjust on paste 2019-11-29 20:38:16 +00:00
input-output test(Modeler): add data input / output editing spec 2019-03-26 11:55:36 +01:00
lanes fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
layout Merge branch 'master' into develop 2019-08-21 09:53:30 +02:00
AppendShapeSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
BendpointsSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
BpmnFactorySpec.js feat(modeling): assign ID when creating bpmn:LaneSet 2018-05-28 09:55:30 +02:00
BpmnUpdater.bpmn feat(modeling/BpmnUpdater): update existing (source/target)Element in di 2016-11-01 10:43:08 +01:00
BpmnUpdater.incompleteDi.bpmn feat(labels): labels can be deleted 2018-05-24 16:22:51 +02:00
BpmnUpdaterSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
CreateConnectionSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
DeleteConnectionSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
DeleteParticipantSpec.js style(tests): use not.to matchers 2018-05-03 16:37:24 +02:00
DeleteShape.cropping.bpmn test(modeling): ensure layout is done after element removal 2019-04-10 19:08:49 +00:00
DeleteShapeSpec.js test(modeling): ensure layout is done after element removal 2019-04-10 19:08:49 +00:00
DropSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
ElementFactory.bpmn fix(element-factory): use BPMN factory to ensure IDs 2019-11-20 14:41:09 +00:00
ElementFactorySpec.js chore(element-factory): fix test description 2019-11-20 15:53:53 +01:00
IdClaim.bpmn chore(tests): rename fixture 2016-07-05 08:15:17 +02:00
IdClaimSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
LabelBoundsSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
LabelBoundsSpec.simple.bpmn chore(project): bump bpmn-moddle dependency 2017-12-09 22:30:56 +01:00
LabelLayouting.initial.bpmn feat(labels): labels can be deleted 2018-05-24 16:22:51 +02:00
LabelLayouting.move.bpmn feat(modeling): move labels with connections 2016-07-05 12:01:08 +02:00
LabelLayouting.special.bpmn fix(modeling): handle non-integer waypoints in LabelBehavior 2016-07-14 08:54:45 +02:00
LabelLayoutingSpec.js chore(modeling/label): adjust label position to laid out connection 2019-04-18 16:06:44 +00:00
LoggingCroppingConnectionDocking.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
MoveConnectionSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
MoveElements.boundary-connection.bpmn test(modeling): verify connection move behavior 2017-12-14 23:42:02 +01:00
MoveElements.centered-connection.bpmn test(modeling): add test for center-to-center connection 2019-06-19 13:26:17 +00:00
MoveElements.data-input-output.bpmn fix(modeling): properly handle DataInput / DataOutput move 2019-03-29 13:21:34 +00:00
MoveElements.eventBasedTargets.bpmn fix(BpmnRules): update canConnectSequenceFlow() 2019-05-06 12:41:11 +02:00
MoveElements.flow-collaboration.bpmn test(modeling): verify correct connection parent on move 2016-07-05 08:23:51 +02:00
MoveElementsSpec.js test(modeling): add test for center-to-center connection 2019-06-19 13:26:17 +00:00
MoveRulesSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
MoveShapeSpec.js test(modeling): correct test cases 2018-07-11 13:09:40 +02:00
MoveStress.bpmn test(cropping): add stress test 2017-12-13 13:25:51 +01:00
MoveStressSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
ResizeShapeSpec.js test(ResizeShape): add test coverage 2019-05-07 14:36:32 +02:00
SetColorSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
SpaceToolSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
UpdateAttachmentSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
UpdateLabel.bpmn feat(label-editing): enable direct editing for group labels 2019-05-28 06:46:53 +00:00
UpdateLabelSpec.js feat(label-editing): enable direct editing for group labels 2019-05-28 06:46:53 +00:00
UpdatePropertiesSpec.js feat(labels): labels can be deleted 2018-05-24 16:22:51 +02:00
UpdateSemanticParent.bpmn feat(modeling): allow data store anywhere in collaboration 2018-05-17 15:09:37 +02:00
UpdateSemanticParentSpec.js feat(modeling): allow data store anywhere in collaboration 2018-05-17 15:09:37 +02:00