Skip to content

Commit 8487093

Browse files
changes
1 parent cb473f3 commit 8487093

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

packages/compass-e2e-tests/helpers/chrome-startup-flags.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,16 @@ const DEFAULT_WEBDRIVER_FLAGS = [
2727
// chromedriver flags
2828
'--disable-hang-monitor',
2929
'--disable-prompt-on-repost',
30+
'--no-verify-widevine-cdm',
31+
'--disable-component-update',
32+
'--disable-speech-api',
33+
'--disable-breakpad',
34+
'--disable-metrics',
35+
'--no-network-profile-sharing',
3036
'--disable-client-side-phishing-detection',
3137
'--password-store=basic',
3238
'--use-mock-keychain',
3339
'--disable-component-extensions-with-background-pages',
34-
'--disable-breakpad',
35-
'--disable-dev-shm-usage',
3640
'--disable-ipc-flooding-protection',
3741
'--disable-renderer-backgrounding',
3842
'--force-fieldtrials=*BackgroundTracing/default/',

0 commit comments

Comments
 (0)