]> git.parisson.com Git - django-social-auth.git/commitdiff
Twitter's input password id changed, updating test
authorMiguel Araujo Perez <miguel.araujo.perez@gmail.com>
Thu, 19 May 2011 11:27:01 +0000 (13:27 +0200)
committerMiguel Araujo Perez <miguel.araujo.perez@gmail.com>
Thu, 19 May 2011 11:27:01 +0000 (13:27 +0200)
contrib/tests/test_core.py

index c6e17ce0389334a887fb23f8bd93c24160391f70..07b1be15d57966247c6210892f988d130ac34836 100644 (file)
@@ -30,7 +30,7 @@ class BackendsTest(TestCase):
         username_field = self.driver.find_element_by_id('username_or_email')
         username_field.send_keys(TEST_TWITTER_USER)
 
-        password_field = self.driver.find_element_by_id('session[password]')
+        password_field = self.driver.find_element_by_id('password')
         password_field.send_keys(TEST_TWITTER_PASSWORD)
         password_field.submit()