Use --adb option with chrome tests

This commit is contained in:
Ruben Gonzalez Alonso
2014-05-13 12:45:38 +02:00
parent 6ee18da679
commit b6428069fe

View File

@@ -51,8 +51,8 @@ ChromeAndroid.prototype.start = function (cb, onDie) {
this.adb = new ADB(this.args);
this.onDie = onDie;
async.waterfall([
this.prepareActiveDevice.bind(this),
async.series([
this.prepareDevice.bind(this),
this.prepareChromedriver.bind(this),
this.unlock.bind(this),
this.createSession.bind(this)