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 cb473f3 commit 8487093Copy full SHA for 8487093
packages/compass-e2e-tests/helpers/chrome-startup-flags.ts
@@ -27,12 +27,16 @@ const DEFAULT_WEBDRIVER_FLAGS = [
27
// chromedriver flags
28
'--disable-hang-monitor',
29
'--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',
36
'--disable-client-side-phishing-detection',
37
'--password-store=basic',
38
'--use-mock-keychain',
39
'--disable-component-extensions-with-background-pages',
- '--disable-breakpad',
- '--disable-dev-shm-usage',
40
'--disable-ipc-flooding-protection',
41
'--disable-renderer-backgrounding',
42
'--force-fieldtrials=*BackgroundTracing/default/',
0 commit comments