summaryrefslogtreecommitdiff
path: root/tests/admin_changelist
diff options
context:
space:
mode:
authorMoshe Nahmias <moshegrey@gmail.com>2022-09-26 22:06:48 +0300
committerGitHub <noreply@github.com>2022-09-26 21:06:48 +0200
commitd938b3b2577807ffd585f654caa0f37d9574e565 (patch)
tree362f5b73f5e246a969adf30182476eb88436113b /tests/admin_changelist
parent2cd7ab1ef6e309b4dd348248385f9753e757d7d0 (diff)
downloaddjango-d938b3b2577807ffd585f654caa0f37d9574e565.tar.gz
Fixed #34040 -- Removed autofocus from admin search box.
Diffstat (limited to 'tests/admin_changelist')
-rw-r--r--tests/admin_changelist/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_changelist/tests.py b/tests/admin_changelist/tests.py
index 24c24a670b..b85d5383cd 100644
--- a/tests/admin_changelist/tests.py
+++ b/tests/admin_changelist/tests.py
@@ -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">',
)