Skip to content

Commit

Permalink
mermaid-js#1146 Added cypress test for dash line (dependecy) rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ashishjain0512 committed Jan 2, 2020
1 parent 1903537 commit 96fc0d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cypress/integration/rendering/classDiagram.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ describe('Class diagram', () => {
Class09 --> C2 : Where am i?
Class09 --* C3
Class09 --|> Class07
Class12 <|.. Class08
Class11 ..>Class12
Class07 : equals()
Class07 : Object[] elementData
Class01 : size()
Expand All @@ -29,7 +31,7 @@ describe('Class diagram', () => {
test()
}
`,
{}
{logLevel : 1}
);
cy.get('svg');
});
Expand Down

0 comments on commit 96fc0d0

Please sign in to comment.