From 85a426d40f7e4edb6d13ab98d4242db515b804c0 Mon Sep 17 00:00:00 2001 From: tormozz48 Date: Tue, 22 Nov 2016 12:48:13 +0300 Subject: [PATCH] fix: fix invalid urls to reference images For success states in html report --- lib/reporters/html/templates/state.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/reporters/html/templates/state.hbs b/lib/reporters/html/templates/state.hbs index 38af7fec5..c0b1b759d 100644 --- a/lib/reporters/html/templates/state.hbs +++ b/lib/reporters/html/templates/state.hbs @@ -21,7 +21,7 @@ {{/if}} {{#if success}}
- {{image "actual"}} + {{image "expected"}}
{{/if}} {{#if fail}}