diff --git a/cypress/platform/current.html b/cypress/platform/current.html
index cb041e7f4..7bfa3ab8d 100644
--- a/cypress/platform/current.html
+++ b/cypress/platform/current.html
@@ -41,7 +41,14 @@
flowchart LR
- id1[[This is the text in the box]]
+ A{{A}}-->B{{B}};
+ click A callback "Tooltip"
+ click B "http://www.github.com" "This is a link"
+
+
+
+flowchart LR
+ A{{A}}-->B{{B}};
@@ -263,8 +270,9 @@ stateDiagram-v2
// sequenceDiagram: { actorMargin: 300 } // deprecated
fontFamily: '"arial", sans-serif',
curve: 'linear',
+ securityLevel: 'loose'
});
-
+ function callback(){alert('It worked');}