Merge branch 'develop' into feature/1460_add_link_target_to_flowchart_click

This commit is contained in:
Knut Sveidqvist
2020-07-28 13:21:31 +02:00
committed by GitHub
42 changed files with 1627 additions and 903 deletions

View File

@@ -224,6 +224,7 @@ erDiagram
it('should render a user journey diagram', () => {
imgSnapshotTest(
`
%%{init: { 'logLevel': 0, 'theme': '${theme}'} }%%
journey
title My working day
section Go to work
@@ -232,7 +233,8 @@ erDiagram
Do work: 1: Me, Cat
section Go home
Go downstairs: 5: Me
Sit down: 5: Me `,
Sit down: 5: Me
`,
{theme}
);
cy.get('svg');