#2315 Adding to docs and an integration test

This commit is contained in:
Knut Sveidqvist
2021-09-18 07:51:15 +02:00
parent 6ce1c80a47
commit 9c511559ff

View File

@@ -173,6 +173,18 @@ context('Sequence diagram', () => {
{}
);
});
it('should be possible to use actor symbols instead of boxes', () => {
imgSnapshotTest(
`
sequenceDiagram
actor Alice
actor Bob
Alice->>Bob: Hi Bob
Bob->>Alice: Hi Alice
`,
{}
);
});
it('should render long notes left of actor', () => {
imgSnapshotTest(
`