bpmn-js/test
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
..
config chore(project): use source maps in tests 2019-11-06 11:54:02 +01:00
distro chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
fixtures chore(copy-paste): rework and base upon diagram-js@5 2019-08-07 16:03:55 +00:00
helper chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
integration chore(rules): remove <connection.reconnectStart/End> rule 2019-11-18 13:38:19 +01:00
matchers chore(test/matchers): improve jsonEquals matcher 2018-06-28 09:03:34 +02:00
spec fix(modeling): correct creation of nested lanes 2019-12-11 10:52:43 +00:00
util chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
.eslintrc chore(project): use shared linter config 2018-02-14 16:42:52 +01:00
TestHelper.js chore(test): clean up test setup 2018-07-09 12:30:45 +02:00
all.js chore(project): add test coverage 2018-10-04 07:37:01 +00:00
suite.js chore(project): use karma-webpack for testing 2018-07-16 13:00:55 +02:00