generated from john/python-template
Tweak empty page settings to make them more uniform.
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user