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
+3 -3
View File
@@ -383,13 +383,13 @@ def _seed_feed_posts(count):
return topic
def test_bugs_footer_link(alice):
def test_issues_footer_link(alice):
page, _ = alice
page.goto(f"{BASE_URL}/feed", wait_until="domcontentloaded")
link = page.locator("a:has-text('Bug Report')")
link = page.locator("a:has-text('Issue Report')")
assert link.is_visible()
link.click()
page.wait_for_url(f"{BASE_URL}/bugs", wait_until="domcontentloaded")
page.wait_for_url(f"{BASE_URL}/issues", wait_until="domcontentloaded")
def test_global_toggle_suppresses_rendering_and_persists(bob):