From b3fa6378bd7a8af2b66ecc2cb6dbc52f4fc13658 Mon Sep 17 00:00:00 2001 From: knsv Date: Fri, 2 Oct 2015 00:21:38 +0200 Subject: [PATCH] Reenabled all tests. Subgraph issue with ids written as title resolved. --- src/diagrams/flowchart/parser/flow.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/diagrams/flowchart/parser/flow.spec.js b/src/diagrams/flowchart/parser/flow.spec.js index 86260f2e6..bce1efc8f 100644 --- a/src/diagrams/flowchart/parser/flow.spec.js +++ b/src/diagrams/flowchart/parser/flow.spec.js @@ -431,7 +431,7 @@ describe('when parsing ',function(){ expect(edges[0].type).toBe('arrow'); }); - ddescribe("it should handle interaction, ",function(){ + describe("it should handle interaction, ",function(){ it('it should be possible to use click to a callback',function(){ spyOn(graph,'setClickEvent');