Skip to content

Commit 2242c8b

Browse files
author
Marc Rooding
committed
Removed the failed class for screenshots
1 parent e901122 commit 2242c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/screenshot_template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="step failed">
1+
<div class="step">
22
<% if (screenshot) { %>
33
<img src="data:image/png;base64,<%= screenshot %>" width="1050" />
44
<% } %>

0 commit comments

Comments
 (0)