UI updates continue. Focus on Sources

This commit is contained in:
Jim Lancaster
2026-08-02 18:41:09 -05:00
parent 0ab7ad50f2
commit 49e2e48df1
10 changed files with 398 additions and 39 deletions
+2 -1
View File
@@ -218,10 +218,11 @@ class TestDocumentsPageRendering:
return str(target.id)
document_id = asyncio.run(_seed())
response = client.get(f"/ui/documents/{document_id}/sources")
response = client.get(f"/ui/sources?document_id={document_id}")
assert response.status_code == 200
assert "Sources for Target" in response.text
assert "Back to Document" in response.text
assert "target_page.png" in response.text
assert "other_page.png" not in response.text