bpmn-js/test/spec/features/modeling
Martin Stamm 5589439774 feat: make elementFactory._getDefaultSize public
This has the benefit of using the public API method across our 
code base.
2021-09-03 15:14:00 +02:00
..
append chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
behavior feat: make elementFactory._getDefaultSize public 2021-09-03 15:14:00 +02:00
input-output test(Modeler): add data input / output editing spec 2019-03-26 11:55:36 +01:00
lanes deps: update eslint + styles 2020-12-02 20:28:33 +00:00
layout test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
AppendShapeSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
BendpointsSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
BpmnFactorySpec.js fix(modeling): assign id prefix matching element type 2020-03-09 09:54:35 +00:00
BpmnUpdater.bpmn fix(modeling): do not crop waypoints on pasting 2019-12-11 11:18:54 +00:00
BpmnUpdater.incompleteDi.bpmn feat(labels): labels can be deleted 2018-05-24 16:22:51 +02:00
BpmnUpdaterSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
CreateConnectionSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
DeleteConnectionSpec.js chore(project): drop 'use strict' 2018-04-03 18:09:53 +02:00
DeleteParticipantSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +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 feat(replace): create bpmn:LinkEventDefinition with empty name 2020-03-30 11:36:08 +02: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 feat(lib): Promisify public APIs 2020-04-29 11:12:23 +02: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 test(modeling): invert test case 2020-02-06 13:47:32 +01:00
LoggingCroppingConnectionDocking.js test(modeling): make move stress test runnable again 2019-12-12 23:25:39 +01:00
MoveConnectionSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +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.collaboration-association.bpmn test(modeling): verify moving associations 2020-01-02 09:23:14 +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): verify moving associations 2020-01-02 09:23:14 +00:00
MoveRulesSpec.js chore(project): fix linting errors 2019-08-19 14:27:33 +00:00
MoveShapeSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
MoveStress.bpmn test(cropping): add stress test 2017-12-13 13:25:51 +01:00
MoveStressSpec.js test(modeling): make move stress test runnable again 2019-12-12 23:25:39 +01:00
ResizeShapeSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
SetColorSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
SpaceTool.basic.bpmn test(space-tool): rewrite and improve specs 2020-02-06 13:47:32 +01:00
SpaceTool.case1.bpmn test(modeling): add special space tool case 2020-02-06 13:47:32 +01:00
SpaceToolSpec.js test(modeling): add special space tool case 2020-02-06 13:47:32 +01: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 fix(modeling): do not resize label target when setting empty label 2020-03-30 07:53:16 +00:00
UpdateModdleProperties.dataObject.bpmn feat(modeling): provide generic moddle properties update API 2020-11-19 14:24:59 +00:00
UpdateModdleProperties.error.bpmn feat(modeling): provide generic moddle properties update API 2020-11-19 14:24:59 +00:00
UpdateModdlePropertiesSpec.js feat(modeling): provide generic moddle properties update API 2020-11-19 14:24:59 +00:00
UpdatePropertiesSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00
UpdateSemanticParent.bpmn feat(modeling): allow data store anywhere in collaboration 2018-05-17 15:09:37 +02:00
UpdateSemanticParentSpec.js test: adjust to use `getDi` utility function 2021-09-03 15:14:00 +02:00