Skip to content

Commit 09cf99d

Browse files
committed
tests/test.py
1 parent 03dbb7c commit 09cf99d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,11 @@
88
live_server_url = "http://127.0.0.1:4000"
99

1010
routes = [
11+
("blog"),
1112
("about"),
12-
("community"),
1313
("events"),
14+
("community"),
15+
('meet-our-leaders'),
1416
]
1517

1618

@@ -97,6 +99,7 @@ def test_switching_lang_sw_about(page: Page) -> None:
9799
("Black Python Devs | About Us", "/about/"),
98100
("Black Python Devs | Events", "/events/"),
99101
("Black Python Devs | Community", "/community/"),
102+
("Black Python Devs | Meet our leaders", "/meet-our-leaders/"),
100103
),
101104
)
102105
def test_bpdevs_title_en(page: Page, title: str, url: str) -> None:

0 commit comments

Comments
 (0)