generated from john/python-template
This commit is contained in:
@@ -55,6 +55,7 @@ class TestJobsPageRendering:
|
||||
|
||||
assert response.status_code == 200
|
||||
assert "Document Name" in response.text
|
||||
assert "# Sources" in response.text
|
||||
assert "Source Filename" not in response.text
|
||||
assert "Updated" in response.text
|
||||
assert "Created" not in response.text
|
||||
@@ -112,6 +113,8 @@ class TestJobsPageRendering:
|
||||
assert response.status_code == 200
|
||||
assert "Create Processing Job" in response.text
|
||||
assert "Preselected Journal Entry" in response.text
|
||||
assert "Provider" in response.text
|
||||
assert "Model" in response.text
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_job_detail_page_renders_logistics_and_links(self, app_client, seed_document_with_unlinked_job):
|
||||
|
||||
Reference in New Issue
Block a user