[FIX] fix test hang in microsoft edge

This commit is contained in:
Ivan Tivonenko
2016-03-15 04:17:02 +02:00
parent 9ac1a89e48
commit 1d31fccd72
3 changed files with 3 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
'use strict';
const _ = require('lodash');
const MochaSauce = require('mocha-in-sauce');
@@ -18,7 +17,6 @@ function main() {
maxDuration: 180000,
// the current build name (optional)
build: Date.now(),
seleniumVersion: '2.50.1',
url: testUrl,
runSauceConnect: true
};