Commit 0ea9e1dd authored by LianaHus's avatar LianaHus

changed the text of label

parent 57a9ba11
......@@ -152,7 +152,16 @@ module.exports = class TestTab extends ViewPlugin {
this.testsOutput.appendChild(yo`
<div class="${css.testFailure} ${css.testLog} d-flex flex-column text-danger border-0" id="UTContext${result.context}">
<span> ✘ ${result.value}</span>
<span>"${result.errMsg}"</span>
<span class="text-dark">Error Message:</span>
<span class="pb-2">"${result.errMsg}"</span>
<span class="text-dark">Asserttion:</span>
<div class="d-flex flex-wrap">
<span>The value should be </div>
<div class="px-1 font-weight-bold">'${result.assertMethod}'</div>
<div>(to): ${result.expected}</div>
</div>
<span class="text-dark">The result is:</span>
<span>${result.returned}</span>
</div>
`)
}
......
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