mirror of
https://github.com/searxng/searxng.git
synced 2025-07-14 08:49:19 +02:00
[enh] simple: basic ARIA fixes
This commit is contained in:
parent
e1319fc21c
commit
a250ddadb9
10 changed files with 62 additions and 64 deletions
|
@ -194,7 +194,7 @@ class ViewsTestCase(SearxTestCase):
|
|||
self.assertIn(
|
||||
b'<input type="checkbox" id="checkbox_general" name="category_general" checked="checked"/>', result.data
|
||||
)
|
||||
self.assertIn(b'<legend>Interface language</legend>', result.data)
|
||||
self.assertIn(b'<legend id="pref_locale">Interface language</legend>', result.data)
|
||||
|
||||
def test_browser_locale(self):
|
||||
result = self.app.get('/preferences', headers={'Accept-Language': 'zh-tw;q=0.8'})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue