Unit testing fixed? So says Copilot

This commit is contained in:
Jim Lancaster
2026-08-05 19:52:40 -05:00
parent be152a028e
commit 75f263c2b6
5 changed files with 23 additions and 29 deletions
+4 -1
View File
@@ -89,7 +89,10 @@ class TestDocumentsPageRendering:
response = client.get(f"/ui/documents/{doc_id}")
assert response.status_code == 200
assert "Document Record" in response.text
assert "Letter from Hig" in response.text
assert "ZC-1924-001" in response.text
assert "Zenna Cochran" in response.text
assert "Edit Document" in response.text
@pytest.mark.asyncio
async def test_document_jobs_page_renders_job_links(self, app_client):