mirror of
https://github.com/appium/appium.git
synced 2026-05-04 01:11:11 -05:00
use nonSyntheticWebClick for our tests
This commit is contained in:
@@ -20,7 +20,12 @@ module.exports = function (app) {
|
||||
done();
|
||||
}
|
||||
|
||||
var setup = function (context) { return setupBase(context, {app: app}); };
|
||||
var setup = function (context) {
|
||||
return setupBase(context, {
|
||||
nonSyntheticWebClick: false,
|
||||
app: app
|
||||
});
|
||||
};
|
||||
|
||||
var loadWebView = function (driver, urlToLoad, titleToSpin) {
|
||||
return loadWebViewBase(app, driver, urlToLoad, titleToSpin);
|
||||
|
||||
Reference in New Issue
Block a user