From 40cf4dfee4cdd15ca39aa96a3171656b565f7263 Mon Sep 17 00:00:00 2001 From: Matthieu MOREL Date: Sun, 6 Dec 2020 13:49:42 +0100 Subject: [PATCH] missing keywords --- cypress/platform/interaction.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cypress/platform/interaction.html b/cypress/platform/interaction.html index 76150c93a..a61277760 100644 --- a/cypress/platform/interaction.html +++ b/cypress/platform/interaction.html @@ -16,14 +16,14 @@
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"