Commit 12aa333e authored by aniket-engg's avatar aniket-engg Committed by Liana Husikyan

filename from result

parent 2e267a2c
......@@ -182,7 +182,7 @@ module.exports = class TestTab extends ViewPlugin {
<div
class="bg-light mb-2 ${css.testFailure} ${css.testLog} d-flex flex-column text-danger border-0"
id="UTContext${result.context}"
onclick=${() => this.highlightLocation(result.location, runningTests, this.rawFileName)}
onclick=${() => this.highlightLocation(result.location, runningTests, result.filename)}
>
<span> ✘ ${result.value}</span>
<span class="text-dark">Error Message:</span>
......@@ -197,7 +197,7 @@ module.exports = class TestTab extends ViewPlugin {
<div
class="bg-light mb-2 ${css.testFailure} ${css.testLog} d-flex flex-column text-danger border-0"
id="UTContext${result.context}"
onclick=${() => this.highlightLocation(result.location, runningTests, this.rawFileName)}
onclick=${() => this.highlightLocation(result.location, runningTests, result.filename)}
>
<span> ✘ ${result.value}</span>
<span class="text-dark">Error Message:</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment