diff --git a/cypress/platform/knsv2.html b/cypress/platform/knsv2.html index 718fdfcdf..803daa224 100644 --- a/cypress/platform/knsv2.html +++ b/cypress/platform/knsv2.html @@ -78,11 +78,7 @@
 stateDiagram-v2
-    [*] --> First
-    state First {
-        [*] --> second
-        second --> [*]
-    }
+    stateId
 
 
   
{ extract(getRootDocV2()); const diagramStates = getStates(); - const useRough = true; + const useRough = false; dataFetcher(undefined, getRootDocV2(), diagramStates, nodes, edges, true, useRough); return { nodes, edges, other: {} };