generated from john/python-template
V4 implemented. Some tweaking left, but it is working
This commit is contained in:
@@ -77,7 +77,8 @@ class TestDocumentsPageRendering:
|
||||
assert response.status_code == 200
|
||||
assert "Create Document" in response.text
|
||||
assert "Document name" in response.text
|
||||
assert "Author (Person)" in response.text
|
||||
assert "Linked People by Role" in response.text
|
||||
assert "Document type" in response.text
|
||||
|
||||
@pytest.mark.asyncio
|
||||
async def test_document_detail_page_renders_bento_grid_and_metadata(
|
||||
|
||||
Reference in New Issue
Block a user