Tweak empty page settings to make them more uniform.

This commit is contained in:
Jim Lancaster
2026-08-07 09:10:03 -05:00
parent fce7107863
commit 21a7e83563
5 changed files with 9 additions and 7 deletions
+2
View File
@@ -69,6 +69,8 @@ class TestSourcesPageRendering:
assert response.status_code == 200
assert "Source Asset Records" in response.text
assert "No Source Assets Found".upper() in response.text.upper()
assert "No source asset records found in repository." in response.text
assert "Upload New Documents" not in response.text
@pytest.mark.asyncio
async def test_sources_page_lists_seeded_sources(self, app_client):