updated footer links

This commit is contained in:
Danny Coates
2019-02-13 13:09:57 -08:00
parent 26d6606e09
commit be8e507d25
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();