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
@@ -121,7 +121,7 @@ def test_docs_panel_html_format_updates_snippet(page, app_server):
def test_docs_panel_live_send_returns_json(page, app_server):
page.goto(f"{BASE_URL}/docs/bugs.html", wait_until="domcontentloaded")
page.goto(f"{BASE_URL}/docs/issues.html", wait_until="domcontentloaded")
panel = page.locator(".api-tester").first
panel.wait_for(state="visible")
send = panel.locator(".try-send").first