fix: correct "bugs" to "issues" in routing table and README references across multiple documentation files

This commit is contained in:
2026-06-14 07:48:10 +00:00
parent f79a427f32
commit f2b910ea75
162 changed files with 7011 additions and 1134 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ def test_landing_nav_links(page, app_server):
def test_landing_footer_links(page, app_server):
page.goto(f"{BASE_URL}/", wait_until="domcontentloaded")
assert page.is_visible("a:has-text('Bug Report')")
assert page.is_visible("a:has-text('Issue Report')")
def test_landing_hero_present(page, app_server):