mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Fixed #34040 -- Removed autofocus from admin search box.
This commit is contained in:
@@ -1537,7 +1537,7 @@ class ChangeListTests(TestCase):
|
||||
self.assertContains(
|
||||
response,
|
||||
'<input type="text" size="40" name="q" value="" id="searchbar" '
|
||||
'autofocus aria-describedby="searchbar_helptext">',
|
||||
'aria-describedby="searchbar_helptext">',
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user