We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde65c7 commit b071b66Copy full SHA for b071b66
protractor-shared.js
@@ -72,7 +72,10 @@ var BROWSER_CAPS = {
72
ChromeDesktop: {
73
browserName: 'chrome',
74
chromeOptions: mergeInto(CHROME_OPTIONS, {
75
- 'mobileEmulation': CHROME_MOBILE_EMULATION
+ // TODO(tbosch): when we are using mobile emulation on
76
+ // chrome 44.0 beta, clicks are no more working.
77
+ // see https://github.com/angular/angular/issues/2309
78
+ // 'mobileEmulation': CHROME_MOBILE_EMULATION
79
}),
80
loggingPrefs: {
81
performance: 'ALL',
0 commit comments