From: Miguel Araujo Perez Date: Thu, 19 May 2011 11:27:01 +0000 (+0200) Subject: Twitter's input password id changed, updating test X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6072eab4eebbd4caf24ee72553a9a91346fb5188;p=django-social-auth.git Twitter's input password id changed, updating test --- diff --git a/contrib/tests/test_core.py b/contrib/tests/test_core.py index c6e17ce..07b1be1 100644 --- a/contrib/tests/test_core.py +++ b/contrib/tests/test_core.py @@ -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()