updated footer links

This commit is contained in:
Danny Coates 2019-02-13 13:09:57 -08:00
parent 26d6606e09
commit be8e507d25
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 3 additions and 15 deletions

View file

@ -5,14 +5,7 @@ const HomePage = require('./pages/desktop/home_page');
describe('Firefox Send homepage', function() {
const homePage = new HomePage();
const baseUrl = browser.options['baseUrl'];
const footerLinks = [
'mozilla',
'legal',
'legal',
'cookies',
'report-infringement',
'github'
];
const footerLinks = ['mozilla', 'legal', 'legal', 'cookies', 'github'];
beforeEach(function() {
homePage.open();