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