From 85c8b2fdc3538ef480fc452b1925a06ec5461643 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Thu, 10 Dec 2020 09:37:00 +0100 Subject: [PATCH] support old syntax --- cypress/platform/click_security_strict.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cypress/platform/click_security_strict.html b/cypress/platform/click_security_strict.html index bba792d95..f030caf6b 100644 --- a/cypress/platform/click_security_strict.html +++ b/cypress/platform/click_security_strict.html @@ -16,8 +16,8 @@
graph TB 1Function-->2URL - click 1Function call clickByFlow() "Add a div" - click 2URL href "http://localhost:9000/webpackUsage.html" "Visit mermaid docs" + click 1Function clickByFlow "Add a div" + click 2URL "http://localhost:9000/webpackUsage.html" "Visit mermaid docs"