|
10 | 10 | routes = [
|
11 | 11 | ("about"),
|
12 | 12 | ("community"),
|
13 |
| - ("conferences"), |
14 | 13 | ("events"),
|
15 | 14 | ]
|
16 | 15 |
|
@@ -41,7 +40,6 @@ def test_destination(
|
41 | 40 | ("Inicio", "/es/"),
|
42 | 41 | ("Eventos", "/es/events/"),
|
43 | 42 | ("Comunidad", "/es/community/"),
|
44 |
| - ("Conferencias", "/es/conferences/"), |
45 | 43 | ),
|
46 | 44 | )
|
47 | 45 | def test_headers_in_language(page: Page, title: str, url: str) -> None:
|
@@ -70,7 +68,6 @@ def test_switching_lang_es_about(page: Page) -> None:
|
70 | 68 | ("Nyumbani", "/sw/"),
|
71 | 69 | ("Matukio", "/sw/events/"),
|
72 | 70 | ("Jumuiya", "/sw/community/"),
|
73 |
| - ("Mikutano", "/sw/conferences/"), |
74 | 71 | ),
|
75 | 72 | )
|
76 | 73 | def test_headers_in_sw(page: Page, title: str, url: str) -> None:
|
@@ -99,7 +96,6 @@ def test_switching_lang_sw_about(page: Page) -> None:
|
99 | 96 | ("Black Python Devs | Blog", "/blog"),
|
100 | 97 | ("Black Python Devs | About Us", "/about/"),
|
101 | 98 | ("Black Python Devs | Events", "/events/"),
|
102 |
| - ("Black Python Devs | Conferences", "/conferences/"), |
103 | 99 | ("Black Python Devs | Community", "/community/"),
|
104 | 100 | ),
|
105 | 101 | )
|
|
0 commit comments