diff --git a/cypress/platform/click_security_loose.html b/cypress/platform/click_security_loose.html index 79c0ac2f2..db5f0952e 100644 --- a/cypress/platform/click_security_loose.html +++ b/cypress/platform/click_security_loose.html @@ -16,26 +16,26 @@
graph TB Function-->URL - click Function clickByFlow "Add a div" - click URL "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" + click Function call clickByFlow "Add a div" + click URL href "http://localhost:9000/webpackUsage.html" "Visit mermaid docs"
graph TB 1Function--->2URL - click 1Function clickByFlow "Add a div" - click 2URL "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" + click 1Function call clickByFlow "Add a div" + click 2URL href "http://localhost:9000/webpackUsage.html" "Visit mermaid docs"
flowchart TB Function-->URL - click Function clickByFlow "Add a div" - click URL "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" _self + click Function call clickByFlow "Add a div" + click URL href "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" _self
flowchart TB 1Function--->2URL - click 1Function clickByFlow "Add a div" - click 2URL "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" _self + click 1Function call clickByFlow "Add a div" + click 2URL href "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" _self