Finalized dependency aware scope prop
This commit is contained in:
parent
58f53e18de
commit
256dd497a0
4 changed files with 84 additions and 3 deletions
|
|
@ -1691,6 +1691,8 @@ def test_ui_register_analyze_and_approve_loop(tmp_path):
|
|||
)
|
||||
assert diff_response.status_code == 200
|
||||
assert "Change Review" in diff_response.text
|
||||
assert "Dependency Impact" in diff_response.text
|
||||
assert "Open Graph" in diff_response.text
|
||||
assert "Approved Registry Impact" in diff_response.text
|
||||
assert "Candidate Claims" in diff_response.text
|
||||
assert "GET /ready" in diff_response.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue