diff --git a/cypress/platform/yari.html b/cypress/platform/yari.html
index 4459aeb37..0046813eb 100644
--- a/cypress/platform/yari.html
+++ b/cypress/platform/yari.html
@@ -64,10 +64,20 @@
Visibility and Types
(Further tilde testing)
- classDiagram class Duck{ ~interface~~~ +String beakColor #swim() ~quack()~~~
+ classDiagram class Duck { ~interface~~~ +String beakColor #swim() ~quack()~~~
-test()~~~~~~~ +deposit(amount) bool }
+
+
Additional Classifiers
+
(* Abstract | $ Static)
+
+ classDiagram class Square~Shape~{ int id* List~int~ position* setPoints(List~int~ points)*
+ getPoints()* List~int~ } Square : -List~string~ messages* Square :
+ +setMessages(List~string~ messages)* Square : +getMessages()$ List~string~ Square :
+ +getDistanceMatrix() List~List~int~~ int$
+
+