diff --git a/cypress/integration/rendering/sequencediagram.spec.js b/cypress/integration/rendering/sequencediagram.spec.js index 7a35f79c5..cdb9ae8a8 100644 --- a/cypress/integration/rendering/sequencediagram.spec.js +++ b/cypress/integration/rendering/sequencediagram.spec.js @@ -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( `