Skip to content

Commit b071b66

Browse files
committed
fix(tests): disable mobile emulation so benchmarks run on current chrome
Workaround for angular#2309
1 parent fde65c7 commit b071b66

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

protractor-shared.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@ var BROWSER_CAPS = {
7272
ChromeDesktop: {
7373
browserName: 'chrome',
7474
chromeOptions: mergeInto(CHROME_OPTIONS, {
75-
'mobileEmulation': CHROME_MOBILE_EMULATION
75+
// 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
7679
}),
7780
loggingPrefs: {
7881
performance: 'ALL',

0 commit comments

Comments
 (0)