mirror of
https://github.com/appium/appium.git
synced 2026-05-12 22:08:40 -05:00
make sure safari/chrome tests work correctly
This commit is contained in:
@@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user