Skip to content

Commit

Permalink
chore: Enable 57-elk test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 24, 2023
1 parent a28f6bf commit ead4037
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/rendering/flowchart-elk.spec.js
Expand Up @@ -284,7 +284,7 @@ _one --> b
{ htmlLabels: true, flowchart: { htmlLabels: true }, securityLevel: 'loose' }
);
});
it.skip('57-elk: handle nested subgraphs with outgoing links 4', () => {
it('57-elk: handle nested subgraphs with outgoing links 4', () => {
imgSnapshotTest(
`flowchart-elk LR
subgraph A
Expand Down

0 comments on commit ead4037

Please sign in to comment.