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

Commit

Permalink
Merge pull request #676 from gemini-testing/revert-675-fix-image-refs…
Browse files Browse the repository at this point in the history
…-in-report

Revert "Fix invalid urls to reference images for success states in html report"
  • Loading branch information
tormozz48 authored Nov 22, 2016
2 parents 3199559 + bade664 commit 1c342b5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ build

node_modules
/coverage
#/lib/browser/client-scripts/gemini.calibrate.min.js
#/lib/reporters/html/static/report.min.js
/lib/browser/client-scripts/gemini.calibrate.min.js
/lib/reporters/html/static/report.min.js
/_book
1 change: 0 additions & 1 deletion lib/browser/client-scripts/gemini.calibrate.min.js

This file was deleted.

2 changes: 0 additions & 2 deletions lib/reporters/html/static/report.min.js

This file was deleted.

2 changes: 1 addition & 1 deletion lib/reporters/html/templates/state.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{/if}}
{{#if success}}
<div class="image-box__image">
{{image "expected"}}
{{image "actual"}}
</div>
{{/if}}
{{#if fail}}
Expand Down

0 comments on commit 1c342b5

Please sign in to comment.