diff --git a/pydoctor/test/test_commandline.py b/pydoctor/test/test_commandline.py index 2d35ef083..63c39c90a 100644 --- a/pydoctor/test/test_commandline.py +++ b/pydoctor/test/test_commandline.py @@ -312,7 +312,7 @@ def test_apidocs_help(tmp_path: Path) -> None: exit_code = driver.main(args=['--html-output', str(tmp_path), 'pydoctor/test/testpackages/basic/']) assert exit_code == 0 help_page = (tmp_path / 'apidocs-help.html').read_text() - assert '

Search

' in help_page + assert '>Search' in help_page def test_htmlbaseurl_option_all_pages(tmp_path: Path) -> None: """