From a277d976f15a98437a79ec63a0734883764c9870 Mon Sep 17 00:00:00 2001 From: Daniel McCloy Date: Tue, 8 Oct 2024 10:48:47 -0500 Subject: [PATCH] fix docstring --- tests/test_playwright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_playwright.py b/tests/test_playwright.py index bbfc6c171..9b95d78f6 100644 --- a/tests/test_playwright.py +++ b/tests/test_playwright.py @@ -91,7 +91,7 @@ def test_breadcrumb_expansion(page: Page, url_base: str) -> None: def test_breadcrumbs_everywhere( sphinx_build_factory: Callable, page: Page, url_base: str ) -> None: - """Test building the base html template and config.""" + """Test breadcrumbs truncate properly when placed in various parts of the layout.""" site_name = "breadcrumbs" site_path = _build_test_site(site_name, sphinx_build_factory=sphinx_build_factory)