-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEAT] Render vertical lanes #573
Conversation
e665491
to
02dc94a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@csouchet for the non regression test, I suggested in https://github.com/process-analytics/bpmn-visualization-js/pull/561/files/41881bb6feeb1405d9d6157190542fa52ae41d1b#diff-522289dbc2f12ccea3f9476c4890e406 (collapsed comment) to update the existing pools-02-vertical bpmn diagram to also have sublanes in the vertical orientation with labels. This will increase the rendering test coverage: it is important to have global examples but also to improve our automatic rendering tests
I can manage it directly if ok for you
I didn't see it; you can do it, if you want ;) |
@@ -206,11 +207,13 @@ describe('mxGraph model', () => { | |||
} | |||
|
|||
function expectModelContainsPool(cellId: string, modelElement: ExpectedShapeModelElement): void { | |||
expectModelContainsShape(cellId, { ...modelElement, kind: ShapeBpmnElementKind.POOL, styleShape: mxConstants.SHAPE_SWIMLANE }); | |||
const mxCell = expectModelContainsShape(cellId, { ...modelElement, kind: ShapeBpmnElementKind.POOL, styleShape: mxConstants.SHAPE_SWIMLANE }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 for adding model tests for both vertical pool and lanes
Co-authored-by: Thomas Bouffard <[email protected]>
Closes #127
Expected
Result