updated footer links
This commit is contained in:
parent
26d6606e09
commit
be8e507d25
|
@ -31,23 +31,18 @@ class Footer extends Component {
|
||||||
class="list-reset flex flex-col md:flex-row items-start md:items-center md:justify-end"
|
class="list-reset flex flex-col md:flex-row items-start md:items-center md:justify-end"
|
||||||
>
|
>
|
||||||
<li class="m-2">
|
<li class="m-2">
|
||||||
<a href="https://www.mozilla.org/about/legal">
|
<a href="https://www.mozilla.org/about/legal/terms/services/#send">
|
||||||
${translate('footerLinkLegal')}
|
${translate('footerLinkLegal')}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="m-2">
|
<li class="m-2">
|
||||||
<a href="/legal"> ${translate('footerLinkTerms')} </a>
|
<a href="/legal"> ${translate('footerLinkPrivacy')} </a>
|
||||||
</li>
|
</li>
|
||||||
<li class="m-2">
|
<li class="m-2">
|
||||||
<a href="https://www.mozilla.org/privacy/websites/#cookies">
|
<a href="https://www.mozilla.org/privacy/websites/#cookies">
|
||||||
${translate('footerLinkCookies')}
|
${translate('footerLinkCookies')}
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="m-2">
|
|
||||||
<a href="https://www.mozilla.org/about/legal/report-infringement/">
|
|
||||||
${translate('reportIPInfringement')}
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
<li class="m-2">
|
<li class="m-2">
|
||||||
<a href="https://github.com/mozilla/send">GitHub </a>
|
<a href="https://github.com/mozilla/send">GitHub </a>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -5,14 +5,7 @@ const HomePage = require('./pages/desktop/home_page');
|
||||||
describe('Firefox Send homepage', function() {
|
describe('Firefox Send homepage', function() {
|
||||||
const homePage = new HomePage();
|
const homePage = new HomePage();
|
||||||
const baseUrl = browser.options['baseUrl'];
|
const baseUrl = browser.options['baseUrl'];
|
||||||
const footerLinks = [
|
const footerLinks = ['mozilla', 'legal', 'legal', 'cookies', 'github'];
|
||||||
'mozilla',
|
|
||||||
'legal',
|
|
||||||
'legal',
|
|
||||||
'cookies',
|
|
||||||
'report-infringement',
|
|
||||||
'github'
|
|
||||||
];
|
|
||||||
|
|
||||||
beforeEach(function() {
|
beforeEach(function() {
|
||||||
homePage.open();
|
homePage.open();
|
||||||
|
|
Loading…
Reference in New Issue