diff --git a/templates/components/scenarios.tmpl b/templates/components/scenarios.tmpl index 4f87771f..183ecfa0 100755 --- a/templates/components/scenarios.tmpl +++ b/templates/components/scenarios.tmpl @@ -113,7 +113,9 @@
<%= step.keyword %> - <%= step.name %> + <% if(step.name) { %> + <%= step.name.replace(//g, '>') %> + <% } %> <% if(suite.displayDuration) { %> <% if (step.time) { %> <%= step.time %>