fix: 移除首页顶部快捷入口
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user