diff --git a/cypress/platform/current.html b/cypress/platform/current.html
index a6031d6fc..a1d3f0774 100644
--- a/cypress/platform/current.html
+++ b/cypress/platform/current.html
@@ -10,61 +10,14 @@
info below
stateDiagram
- state P {
- Child
- }
+ [*] --> State1
+ State1 --> State2 : Transition 1
+ State1 --> State3 : Transition 2
+ State1 --> State4 : Transition 3
+ State1 --> State5 : Transition 4
+ State2 --> State3 : Transition 5
+ State1 --> [*]
-
-
stateDiagram
- state P {
- state Par {
- Child
- }
- }
-
-
stateDiagram
- state P {
- state GPar {
- state Parent {
- state "Long state description" as TheLongChild
- TheLongChild : New line
- TheLongChild : Another line
- TheLongChild
- }
- }
- }
-
-
-
-
stateDiagram
- state Parent {
- C
- }
-
-
-
stateDiagram
- state PilotCockpit {
- state Parent {
- C
- }
- }
-
-
stateDiagram
- state Pilot {
- state GParent {
- state Parent1 {
- Child
- }
- state Parent2 {
- Child2
- }
- }
- state Parent3 {
- Child4
- }
-
- }
-