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

Commit

Permalink
Test for donate domain only and do not include params
Browse files Browse the repository at this point in the history
  • Loading branch information
schalkneethling committed Dec 1, 2015
1 parent e0618d1 commit aa88650
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pages/desktop/base.py
Expand Up @@ -49,9 +49,7 @@ class Footer(Page):
'url_suffix': '/about/partnerships/',
}, {
'locator': (By.CSS_SELECTOR, 'ul.links-join > li:nth-of-type(3) >a'),
'url_suffix': ('//donate.mozilla.org/?presets=100,50,25,15'
'&amount=50&ref=EOYFR2015&utm_campaign=EOYFR2015'
'&utm_source=mozilla.org&utm_medium=referral&utm_content=footer'),
'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 aa88650

Please sign in to comment.