Skip to content

Commit 69a9a5f

Browse files
committed
fix test
Signed-off-by: tdruez <tdruez@aboutcode.org>
1 parent 5471f7c commit 69a9a5f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

product_portfolio/tests/test_views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,13 +420,13 @@ def test_product_portfolio_tab_vulnerability_view_analysis_rendering(self):
420420
expected = """
421421
<td class="stretch-cell">
422422
<div class="d-flex flex-column h-100">
423-
<div>
423+
<div class="mb-2">
424424
<div class="d-flex align-items-center flex-wrap gap-2">
425425
<span class="badge bg-success-subtle text-success-emphasis">Resolved</span>
426426
</div>
427427
<div class="small text-body-secondary mt-1">Code Not Present</div>
428428
<div class="small text-body-secondary mt-1" data-bs-toggle="popover"
429-
data-bs-placement="right" data-bs-trigger="hover focus"
429+
data-bs-placement="top" data-bs-trigger="hover focus"
430430
data-bs-html="true" data-bs-content="detail">
431431
<i class="fa-solid fa-circle-info text-muted me-1"></i>detail
432432
</div>

0 commit comments

Comments
 (0)