generated from john/python-template
Fixed Source Detail page
This commit is contained in:
@@ -44,7 +44,7 @@ class TestJobsPageRendering:
|
||||
|
||||
assert response.status_code == 200
|
||||
assert "Transcription Pipeline Jobs" in response.text
|
||||
assert "No active or historical processing jobs found." in response.text
|
||||
assert "No job records found in repository." in response.text
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_jobs_page_lists_seeded_jobs(self, app_client, seed_job):
|
||||
|
||||
Reference in New Issue
Block a user