Temporarily removed test case number in tab label. Fixed #1349
This commit is contained in:
@@ -831,13 +831,7 @@
|
|||||||
</pw-section>
|
</pw-section>
|
||||||
</tab>
|
</tab>
|
||||||
|
|
||||||
<tab
|
<tab :id="'tests'" :label="$t('tests')">
|
||||||
:id="'tests'"
|
|
||||||
:label="
|
|
||||||
$t('tests') +
|
|
||||||
`${testReports.length !== 0 ? ' \xA0 • \xA0 ' + testReports.length : ''}`
|
|
||||||
"
|
|
||||||
>
|
|
||||||
<pw-section
|
<pw-section
|
||||||
v-if="testsEnabled"
|
v-if="testsEnabled"
|
||||||
class="orange"
|
class="orange"
|
||||||
@@ -886,6 +880,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-for="(testReport, index) in testReports" :key="index">
|
<div v-for="(testReport, index) in testReports" :key="index">
|
||||||
<div v-if="testReport.startBlock" class="info">
|
<div v-if="testReport.startBlock" class="info">
|
||||||
|
<hr />
|
||||||
<h4>{{ testReport.startBlock }}</h4>
|
<h4>{{ testReport.startBlock }}</h4>
|
||||||
</div>
|
</div>
|
||||||
<p v-else-if="testReport.result" class="row-wrapper info">
|
<p v-else-if="testReport.result" class="row-wrapper info">
|
||||||
|
|||||||
Reference in New Issue
Block a user