-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
tfarrell-vz
committed
Oct 20, 2014
1 parent
112fcf6
commit bf20783
Showing
17 changed files
with
8 additions
and
8,388 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ def test_login_with_persona(self): | |
# Rob goes to the awesome superlists site | ||
# and notices a 'Sign in' link for the first time. | ||
self.browser.get(self.server_url) | ||
self.browser.find_element_by_id('login').click() | ||
self.browser.find_element_by_id('id_login').click() # id_ for HTML IDs | ||
|
||
# A Persona login box appears | ||
self.switch_to_new_window('Mozilla Persona') | ||
|
@@ -40,7 +40,7 @@ def test_login_with_persona(self): | |
self.switch_to_new_window('To-Do') | ||
|
||
# Rob can see that he is logged in | ||
self.wait_for_element_with_id('logout') | ||
self.wait_for_element_with_id('id_logout') | ||
navbar = self.browser.find_element_by_css_selector('.navbar') | ||
self.assertIn('[email protected]', navbar.text) | ||
|
||
|
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.