From 8e72ddde32f7298cb7aeee77a9fd405d0c1e53bf Mon Sep 17 00:00:00 2001 From: Ashish Jain Date: Wed, 22 Jul 2020 18:20:31 +0200 Subject: [PATCH] #1552 Update current.html for cardinality test --- cypress/platform/current.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cypress/platform/current.html b/cypress/platform/current.html index 8aae15ed3..9d34dd48c 100644 --- a/cypress/platform/current.html +++ b/cypress/platform/current.html @@ -74,8 +74,12 @@ stateDiagram-v2 A --> D: asd123 -
+
+ classDiagram + Customer "1" --> "*" Ticket + Student "1" --> "1..*" Course + Galaxy --> "many" Star : Contains