mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed typos using https://github.com/vlajos/misspell_fixer
This commit is contained in:
parent
7b42036752
commit
a71a2ea756
21 changed files with 28 additions and 28 deletions
|
|
@ -963,7 +963,7 @@ class HorizontalVerticalFilterSeleniumFirefoxTests(AdminSeleniumWebDriverTestCas
|
|||
str(self.jenny.id), str(self.john.id)])
|
||||
|
||||
# -----------------------------------------------------------------
|
||||
# Check that chosing a filtered option sends it properly to the
|
||||
# Check that choosing a filtered option sends it properly to the
|
||||
# 'to' box.
|
||||
input.send_keys('a')
|
||||
self.assertSelectOptions(from_box, [str(self.arthur.id), str(self.jason.id)])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue