diff --git a/cypress/platform/current.html b/cypress/platform/current.html
index fa0477414..526e6ed38 100644
--- a/cypress/platform/current.html
+++ b/cypress/platform/current.html
@@ -21,12 +21,10 @@
info below
- graph TD
- A[Christmas] -->|Get money| B(Go shopping)
- B --> C{Let me think}
- C -->|One| D[Laptop]
- C -->|Two| E[iPhone]
- C -->|Three| F[fa:fa-car Car]
+sequenceDiagram
+ Alice->>Bob:wrap:Extremely utterly long line of longness which had preivously overflown the actor box as it is much longer than what it should be
+ Bob->>Alice: I'm short though
+
flowchart TB