generated from john/python-template
WIP theming
This commit is contained in:
@@ -29,6 +29,7 @@ class TestPageRendering:
|
||||
response = client.get("/ui/upload")
|
||||
|
||||
assert response.status_code == 200
|
||||
assert "VibeScribe" in response.text
|
||||
assert "Upload Document" in response.text
|
||||
assert "Select document file" in response.text
|
||||
assert "Upload" in response.text
|
||||
|
||||
Reference in New Issue
Block a user