diff --git a/tests/integration/test_routes.py b/tests/integration/test_routes.py
index 007a335..76f44a2 100644
--- a/tests/integration/test_routes.py
+++ b/tests/integration/test_routes.py
@@ -20,6 +20,8 @@ def test_index_page_renders_task_form_empty_state_and_default_scale():
assert "1250" in response.text
assert "手动刷新" not in response.text
assert 'onclick="window.location.href=\'/\'"' not in response.text
+ assert 'href="#create-task"' not in response.text
+ assert 'href="#task-history"' not in response.text
assert "还没有任何任务" in response.text