Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
drammock committed Oct 8, 2024
1 parent 81f25e5 commit a277d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit a277d97

Please sign in to comment.