diff --git a/cypress/platform/marker_unique_id.html b/cypress/platform/marker_unique_id.html index eff04dbb6..e49169c55 100644 --- a/cypress/platform/marker_unique_id.html +++ b/cypress/platform/marker_unique_id.html @@ -16,6 +16,30 @@ A --> B end +
+ --- + 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 +