Skip to content

Commit

Permalink
use nonSyntheticWebClick for our tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Feb 26, 2014
1 parent e2bdac7 commit 6e9a9dd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/functional/common/webview-base.js
Expand Up @@ -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);
Expand Down

0 comments on commit 6e9a9dd

Please sign in to comment.