forked from retoor/devplacepy
fix: correct "bugs" to "issues" in routing table and README references across multiple documentation files
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user