Skip to content

Commit

Permalink
Merge pull request #69 from maraujop/master
Browse files Browse the repository at this point in the history
Updating Selenium2 Twitter's test
  • Loading branch information
omab committed May 19, 2011
2 parents 0149566 + 6072eab commit 6b226df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/tests/test_core.py
Expand Up @@ -30,7 +30,7 @@ def test_twitter_backend(self):
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()

Expand Down

0 comments on commit 6b226df

Please sign in to comment.