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

Updating sento links #257

Merged
merged 1 commit into from Dec 6, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pages/desktop/base.py
Expand Up @@ -82,7 +82,7 @@ class Header(Page):
'url_suffix': '/about/mozilla-spaces/', 'url_suffix': '/about/mozilla-spaces/',
}, { }, {
'locator': (By.CSS_SELECTOR, '#tabzilla-nav > ul > li:nth-child(4) > div > ul > li:nth-of-type(4) > a'), 'locator': (By.CSS_SELECTOR, '#tabzilla-nav > ul > li:nth-child(4) > div > ul > li:nth-of-type(4) > a'),
'url_suffix': 'sendto.mozilla.org/Join-Tabzilla', 'url_suffix': '//sendto.mozilla.org/page/contribute/EOYFR2013-tabzilla?icn=tabz&source=tabzilla_donate&amount=20',
}, { }, {
'locator': (By.CSS_SELECTOR, '#tabzilla-nav > ul > li:nth-child(4) > div > ul > li:nth-of-type(5) > a'), 'locator': (By.CSS_SELECTOR, '#tabzilla-nav > ul > li:nth-child(4) > div > ul > li:nth-of-type(5) > a'),
'url_suffix': '/about/partnerships/', 'url_suffix': '/about/partnerships/',
Expand Down Expand Up @@ -138,7 +138,7 @@ class Footer(Page):
'url_suffix': '/about/partnerships/', 'url_suffix': '/about/partnerships/',
}, { }, {
'locator': (By.CSS_SELECTOR, '#colophon ul.footer-nav:nth-of-type(1) li:nth-child(3) a'), 'locator': (By.CSS_SELECTOR, '#colophon ul.footer-nav:nth-of-type(1) li:nth-child(3) a'),
'url_suffix': 'contribute/EOYFR2013-tabzilla?source=mozillaorg_footer', 'url_suffix': '//sendto.mozilla.org/page/contribute/EOYFR2013-tabzilla?source=mozillaorg_footer&amount=20',
}, { }, {
'locator': (By.CSS_SELECTOR, '#colophon ul.footer-nav:nth-of-type(1) li:nth-child(4) a'), 'locator': (By.CSS_SELECTOR, '#colophon ul.footer-nav:nth-of-type(1) li:nth-child(4) a'),
'url_suffix': '/privacy/', 'url_suffix': '/privacy/',
Expand Down