-
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
[TEST] Add visual tests for label default position #749
[TEST] Add visual tests for label default position #749
Conversation
We already have some tests for task. Add tests for - event - gateway - sequence flow
…way_event_label_default_position
<di:waypoint x="380" y="139" /> | ||
<di:waypoint x="380" y="235" /> | ||
</bpmndi:BPMNEdge> | ||
<bpmndi:BPMNEdge id="BPMNEdge_Flow_1" bpmnElement="Flow_1"> |
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.
A flow with label bounds is missing 😄
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.
we already have such flows in the labels.01.general.bpmn
file
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.
The value of STYLE_VERTICAL_ALIGN is not the same if there is label bounds.
And the label position changes in all cases if we change the value of STYLE_VERTICAL_ALIGN.
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.
Are you sure this comment is related to this thread? I don't get it
…way_event_label_default_position # Conflicts: # test/e2e/bpmn.rendering.test.ts
We already have some tests for task. Add tests for