Temporarily removed test case number in tab label. Fixed #1349

This commit is contained in:
Liyas Thomas
2020-11-30 08:14:22 +05:30
parent 3cfd0ba1f8
commit 60057eee6a

View File

@@ -831,13 +831,7 @@
</pw-section>
</tab>
<tab
:id="'tests'"
:label="
$t('tests') +
`${testReports.length !== 0 ? ' \xA0 • \xA0 ' + testReports.length : ''}`
"
>
<tab :id="'tests'" :label="$t('tests')">
<pw-section
v-if="testsEnabled"
class="orange"
@@ -886,6 +880,7 @@
</div>
<div v-for="(testReport, index) in testReports" :key="index">
<div v-if="testReport.startBlock" class="info">
<hr />
<h4>{{ testReport.startBlock }}</h4>
</div>
<p v-else-if="testReport.result" class="row-wrapper info">