Skip to content

Commit d2ca4ea

Browse files
committed
fixes #220
1 parent a462b91 commit d2ca4ea

File tree

1 file changed

+1
-0
lines changed
  • src/main/resources/com/aventstack/extentreports/templates/spark/macros

1 file changed

+1
-0
lines changed

src/main/resources/com/aventstack/extentreports/templates/spark/macros/recurse_nodes.ftl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<div class="status-avatar float-right ${node.status.toLower()}-bg">
1111
<i class="fa fa-${Ico.ico(node.status)} text-white"></i>
1212
</div>
13+
<@attributes test=node />
1314
<#if TestService.testHasScreenCapture(node, true)>
1415
<div class="status-avatar float-right"><i class="fa fa-paperclip"></i></div>
1516
</#if>

0 commit comments

Comments
 (0)