diff --git a/cypress/platform/marker_unique_id.html b/cypress/platform/marker_unique_id.html index eff04dbb69..e49169c556 100644 --- a/cypress/platform/marker_unique_id.html +++ b/cypress/platform/marker_unique_id.html @@ -16,6 +16,30 @@
+ --- + config: + theme: base + themeVariables: + lineColor: yellow + --- + flowchart LR + subgraph red + A --> B + end ++
+ --- + config: + theme: base + themeVariables: + lineColor: green + --- + flowchart LR + subgraph black + A --> B + end +