allow specifying the browser in selenium
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user