Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Remove donate footer link test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgibson committed Dec 1, 2015
1 parent 800b1bf commit aa4d459
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/desktop/base.py
Expand Up @@ -47,9 +47,6 @@ class Footer(Page):
}, {
'locator': (By.CSS_SELECTOR, 'ul.links-join > li:nth-of-type(2) >a'),
'url_suffix': '/about/partnerships/',
}, {
'locator': (By.CSS_SELECTOR, 'ul.links-join > li:nth-of-type(3) >a'),
'url_suffix': ('//donate.mozilla.org/'),
}, {
'locator': (By.CSS_SELECTOR, 'ul.links-join > li:nth-of-type(4) >a'),
'url_suffix': '/contribute/friends/',
Expand Down

0 comments on commit aa4d459

Please sign in to comment.