Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

Commit ed2ac15

Browse files
committed
fix: fix invalid urls to reference images
For success states in html report
1 parent 364bcbf commit ed2ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/reporters/html/templates/state.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{{/if}}
2222
{{#if success}}
2323
<div class="image-box__image">
24-
{{image "actual"}}
24+
{{image "expected"}}
2525
</div>
2626
{{/if}}
2727
{{#if fail}}

0 commit comments

Comments
 (0)