This commit is contained in:
Vlad Stan
2026-03-27 12:14:02 +02:00
parent 742efd7dd9
commit 43abd4ed82
+3 -20
View File
@@ -1382,8 +1382,8 @@
:key="`${group.key}-${testEntry.index}-${entryIndex}`" :key="`${group.key}-${testEntry.index}-${entryIndex}`"
class="test-case-section" class="test-case-section"
> >
<div class="test-case-header"> <div class="test-case-header" v-if="group.entries.length > 1">
<div v-if="group.entries.length > 1"> <div>
<h3 <h3
class="test-case-title" class="test-case-title"
> >
@@ -1397,23 +1397,6 @@
Raw test {{ testEntry.index + 1 }} Raw test {{ testEntry.index + 1 }}
</div> </div>
</div> </div>
<div class="pill-row">
<q-chip
dense
square
:color="testEntry.status.color"
text-color="white"
>
{{ testEntry.status.label }}
</q-chip>
<q-chip dense square color="secondary" text-color="white">
{{ currentTestFundingSource.name }}
</q-chip>
<q-chip dense square color="primary" text-color="white">
{{ testEntry.variantCount }} generated variants
</q-chip>
</div>
</div> </div>
<div v-if="testEntry.note" class="empty-state"> <div v-if="testEntry.note" class="empty-state">
@@ -1488,7 +1471,7 @@
<q-btn <q-btn
color="primary" color="primary"
outline outline
label="Mocks" :label="`Funding Source Mocks (${currentFunctionMockRows.length})`"
:disable="!currentFunction || !currentTestFundingSource" :disable="!currentFunction || !currentTestFundingSource"
@click="functionMocksDialog = true" @click="functionMocksDialog = true"
></q-btn> ></q-btn>