use nonSyntheticWebClick for our tests

This commit is contained in:
Jonathan Lipps
2014-02-26 14:20:12 -08:00
parent e2bdac73cd
commit 6e9a9dd197
+6 -1
View File
@@ -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);