mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-06 14:10:53 +03:00
updated footer links
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user