cherry-pick(#22667): chore(chromium): remove --disable-sync CLI switch
Fixes https://github.com/microsoft/playwright/pull/22583 Fixes https://github.com/microsoft/playwright/issues/22560 Not relevant anymore, it only takes effect when profiles is signed in. See https://bugs.chromium.org/p/chromium/issues/detail?id=1439737.
This commit is contained in:
parent
0d61e314f6
commit
2ca4cd018f
|
|
@ -41,7 +41,6 @@ export const chromiumSwitches = [
|
||||||
'--disable-popup-blocking',
|
'--disable-popup-blocking',
|
||||||
'--disable-prompt-on-repost',
|
'--disable-prompt-on-repost',
|
||||||
'--disable-renderer-backgrounding',
|
'--disable-renderer-backgrounding',
|
||||||
'--disable-sync',
|
|
||||||
'--force-color-profile=srgb',
|
'--force-color-profile=srgb',
|
||||||
'--metrics-recording-only',
|
'--metrics-recording-only',
|
||||||
'--no-first-run',
|
'--no-first-run',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue