#2035 Growing composite state width with title

This commit is contained in:
Knut Sveidqvist
2021-05-02 08:44:28 +02:00
parent 6dc71122b8
commit aa39dcc34f
3 changed files with 23 additions and 13 deletions

View File

@@ -347,6 +347,19 @@ describe('State diagram', () => {
}
);
});
it('v2 width of compond state should grow with title if title is wider', () => {
imgSnapshotTest(
`
stateDiagram-v2
state "Long state name" as NotShooting {
a-->b
}
`,
{
logLevel: 0,
}
);
});
it('v2 Simplest composite state', () => {
imgSnapshotTest(
`