make sure safari/chrome tests work correctly

This commit is contained in:
Jonathan Lipps
2014-04-07 17:20:19 -07:00
parent 1f80bef473
commit f12ec9ebb4
+1 -1
View File
@@ -37,7 +37,7 @@ module.exports = function (app) {
};
var loadWebView = function (driver, urlToLoad, titleToSpin) {
return loadWebViewBase(app, driver, urlToLoad, titleToSpin);
return loadWebViewBase(app || browserName, driver, urlToLoad, titleToSpin);
};
describe('window title', function () {