[OSIDB-3805] Show Flaw Labels on Issue List #672
Annotations
3 errors and 2 warnings
src/components/__tests__/IssueQueue.spec.ts > issueQueue > should render flaw labels:
src/components/__tests__/IssueQueue.spec.ts#L1964
Error: Snapshot `issueQueue > should render flaw labels 1` mismatched
- Expected
+ Received
@@ -28,11 +28,11 @@
<!--<td>{{ issue.assigned }}</td>-->
</tr>
<tr data-v-15d9c71d="" class="osim-badge-lane osim-shaded">
<td data-v-15d9c71d="" colspan="100%">
<div data-v-15d9c71d="" class="gap-1 d-flex">
- <!--v-if--><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-warning fw-bold" title="Requested">test-3</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-info" title="">test</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-info" title="">test-2</span>
+ <!--v-if--><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-warning fw-bold text-decoration-line-through text-bg-gray" title="Requested">test-3</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-light-info text-decoration-line-through text-bg-gray" title="">test</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-light-info text-decoration-line-through text-bg-gray" title="">test-2</span>
<!--v-if-->
</div>
</td>
</tr>
</tbody>
❯ src/components/__tests__/IssueQueue.spec.ts:1964:54
|
src/components/__tests__/IssueQueue.spec.ts > issueQueue > should truncate flaw labels:
src/components/__tests__/IssueQueue.spec.ts#L1989
Error: Snapshot `issueQueue > should truncate flaw labels 1` mismatched
- Expected
+ Received
@@ -28,11 +28,11 @@
<!--<td>{{ issue.assigned }}</td>-->
</tr>
<tr data-v-15d9c71d="" class="osim-badge-lane osim-shaded">
<td data-v-15d9c71d="" colspan="100%">
<div data-v-15d9c71d="" class="gap-1 d-flex">
- <!--v-if--><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-info" title="">test-0</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-info" title="">test-1</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-info" title="">test-2</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-info" title="">test-3</span><i data-v-15d9c71d="" class="bi pe-1 cursor-pointer osim-show-all-labels bi-caret-right-fill" title="Show all labels"></i>
+ <!--v-if--><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-light-info text-decoration-line-through text-bg-gray" title="">test-0</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-light-info text-decoration-line-through text-bg-gray" title="">test-1</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-light-info text-decoration-line-through text-bg-gray" title="">test-2</span><span data-v-15d9c71d="" class="badge rounded-pill text-capitalize text-bg-light-info text-decoration-line-through text-bg-gray" title="">test-3</span><i data-v-15d9c71d="" class="bi pe-1 cursor-pointer osim-show-all-labels bi-caret-right-fill" title="Show all labels"></i>
</div>
</td>
</tr>
</tbody>
</table><button data-v-48717bcb="" class="btn btn-primary" type="button">
❯ src/components/__tests__/IssueQueue.spec.ts:1989:54
|
tests
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|