updated footer links
This commit is contained in:
parent
26d6606e09
commit
be8e507d25
2 changed files with 3 additions and 15 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue