Skip to content

Commit

Permalink
housekeeping of the static variety
Browse files Browse the repository at this point in the history
  • Loading branch information
tfarrell-vz committed Oct 20, 2014
1 parent 112fcf6 commit bf20783
Show file tree
Hide file tree
Showing 17 changed files with 8 additions and 8,388 deletions.
4 changes: 2 additions & 2 deletions functional_tests/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand All @@ -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)

Expand Down
4 changes: 0 additions & 4 deletions lists/static/base.css

This file was deleted.

Binary file removed lists/static/bootstrap.zip
Binary file not shown.
347 changes: 0 additions & 347 deletions lists/static/bootstrap/css/bootstrap-theme.css

This file was deleted.

1 change: 0 additions & 1 deletion lists/static/bootstrap/css/bootstrap-theme.css.map

This file was deleted.

Loading

0 comments on commit bf20783

Please sign in to comment.