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

Commit

Permalink
Merge pull request #457 from alexgibson/fix-donate-url-footer-tests
Browse files Browse the repository at this point in the history
Remove dontate footer link test
  • Loading branch information
davehunt committed Dec 1, 2015
2 parents 800b1bf + aa4d459 commit 0cf85e2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pages/desktop/base.py
Original file line number Diff line number Diff line change
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 0cf85e2

Please sign in to comment.