Repository detail page when approved
This commit is contained in:
parent
64f75e5622
commit
0645e17a96
3 changed files with 27 additions and 1 deletions
|
|
@ -1166,6 +1166,12 @@ def test_ui_register_analyze_and_approve_loop(tmp_path):
|
|||
assert "2 candidate capabilities" in approved_detail.text
|
||||
assert "2 candidate features" in approved_detail.text
|
||||
assert "7 candidate facts" in approved_detail.text
|
||||
assert "Use Approved Registry" in approved_detail.text
|
||||
assert "Search Profile" in approved_detail.text
|
||||
assert "Discovery" in approved_detail.text
|
||||
assert "Export" in approved_detail.text
|
||||
assert "Approved Elements" in approved_detail.text
|
||||
assert "q=Report+Service+Status" in approved_detail.text
|
||||
assert (
|
||||
f"/ui/repos/{repository_id}/elements?scope=approved&type=abilities"
|
||||
in approved_detail.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue