style: redesign form components with enhanced visual styling and layout improvements
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ async def test_dashboard_get_authorized(client):
|
||||
resp = await client.get("/dashboard")
|
||||
assert resp.status == 200
|
||||
text = await resp.text()
|
||||
assert "Your Data, Organized and Accessible" in text
|
||||
assert "Welcome back, Test User!" in text
|
||||
assert "My Files" in text
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user