diff --git a/django/contrib/admin/tests.py b/django/contrib/admin/tests.py index 86745202a9..5ea233ad5e 100644 --- a/django/contrib/admin/tests.py +++ b/django/contrib/admin/tests.py @@ -141,17 +141,23 @@ class AdminSeleniumTestCase(SeleniumTestCase, StaticLiveServerTestCase): return self.selenium.execute_script( 'return django.jQuery("%s").css("%s")' % (selector, attribute)) - def get_select_option(self, selector, value): + def select_option(self, selector, value): """ - Return the