allow specifying the browser in selenium

This commit is contained in:
Caleb James DeLisle
2017-12-18 11:39:59 +01:00
parent 6a2d79249d
commit e587e9cd57
2 changed files with 5 additions and 3 deletions

View File

@@ -291,11 +291,11 @@ define([
common.openTemplatePicker();
}
if (Test.testing) {
Test(function () {
cpNfInner.chainpad.onSettle(function () {
Test.passed();
});
}
});
};
var onConnectionChange = function (info) {
stateChange(info.state ? STATE.INITIALIZING : STATE.DISCONNECTED);