mirror of
https://git.cloudron.io/cloudron/gitea-app
synced 2025-09-21 04:27:34 +00:00
use chrome since ff 47 broke tests
This commit is contained in:
@@ -26,7 +26,7 @@ process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0';
|
||||
|
||||
describe('Application life cycle test', function () {
|
||||
this.timeout(0);
|
||||
var firefox = require('selenium-webdriver/firefox');
|
||||
var firefox = require('selenium-webdriver/chrome');
|
||||
var server, browser = new firefox.Driver();
|
||||
var LOCATION = 'gogstest';
|
||||
var repodir = '/tmp/testrepo';
|
||||
|
Reference in New Issue
Block a user