1 parent d5ba83f commit b53e5b8Copy full SHA for b53e5b8
1 file changed
examples/safe-agent-api/tests/test_api.py
@@ -10,6 +10,12 @@ def test_playground_is_public_and_self_contained() -> None:
10
assert response.status_code == 200
11
assert "Safe Agent Playground" in response.text
12
assert "/v1/run-demo" in response.text
13
+ assert "What problem does this solve?" in response.text
14
+ assert "The premise in one sentence" in response.text
15
+ assert "Model suggestion is not authorization." in response.text
16
+ assert "Unsafe" in response.text
17
+ assert "Safer" in response.text
18
+ assert "AI proposes action" in response.text
19
assert "Why this demo exists" in response.text
20
assert "Why the boundary matters" in response.text
21
assert 'href="/glossary"' in response.text
0 commit comments