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
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user