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 #359 from kyoshino/bug-1100548-EOYFR2014
Browse files Browse the repository at this point in the history
Update tests for Bug 1100548 - year-end fundraising campaign: Update links to point to new donation form (US-EN)
  • Loading branch information
stephendonner committed Nov 19, 2014
2 parents 4d9812f + 7fcd93f commit 358bc46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions pages/desktop/base.py
Expand Up @@ -79,7 +79,10 @@ class Header(Page):
'url_suffix': '/about/mozilla-spaces/',
}, {
'locator': (By.CSS_SELECTOR, '#tabzilla-nav > ul > li:nth-child(4) > div > ul > li:nth-of-type(4) > a'),
'url_suffix': '//sendto.mozilla.org/page/contribute/Give-Now?icn=tabz&source=mozillaorg_default_tabzillaTXT',
'url_suffix': ('//sendto.mozilla.org/page/contribute/givenow-1page?'
'preset=2&source=mozillaorg_tabzillaTXT&ref=EOYFR2014&'
'utm_campaign=EOYFR2014&utm_source=mozilla.org&'
'utm_medium=referral&utm_content=mozillaorg_tabzillaTXT&icn=tabz'),
}, {
'locator': (By.CSS_SELECTOR, '#tabzilla-nav > ul > li:nth-child(4) > div > ul > li:nth-of-type(5) > a'),
'url_suffix': '/about/partnerships/',
Expand Down Expand Up @@ -132,7 +135,10 @@ class Footer(Page):
'url_suffix': '/about/partnerships/',
}, {
'locator': (By.CSS_SELECTOR, 'ul.links-join > li:nth-of-type(3) >a'),
'url_suffix': '//sendto.mozilla.org/page/contribute/Give-Now?source=mozillaorg_default_footer',
'url_suffix': ('//sendto.mozilla.org/page/contribute/givenow-1page?'
'preset=2&source=mozillaorg_footer&ref=EOYFR2014&'
'utm_campaign=EOYFR2014&utm_source=mozilla.org&'
'utm_medium=referral&utm_content=mozillaorg_footer'),
}, {
'locator': (By.CSS_SELECTOR, 'ul.links-join > li:nth-of-type(4) >a'),
'url_suffix': 'affiliates.mozilla.org/',
Expand Down

0 comments on commit 358bc46

Please sign in to comment.