Update config for running download tests on CI
This commit is contained in:
parent
15704cb6dc
commit
bada0707c5
6 changed files with 45 additions and 11 deletions
|
@ -3,12 +3,16 @@ const assert = require('assert');
|
|||
const HomePage = require('./pages/desktop/home_page');
|
||||
|
||||
describe('Firefox Send homepage', function() {
|
||||
this.retries(2);
|
||||
const homePage = new HomePage();
|
||||
const baseUrl = browser.options['baseUrl'];
|
||||
const footerLinks = ['mozilla', 'legal', 'legal', 'cookies', 'github'];
|
||||
|
||||
beforeEach(function() {
|
||||
homePage.open();
|
||||
if (process.env.ANDROID) {
|
||||
this.skip();
|
||||
}
|
||||
});
|
||||
|
||||
it('should have the right title', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue