Skip to content

Commit 09f61fa

Browse files
authored
Add --password-store=basic to chrome command line for testing. NFC (#25448)
This helps avoid gnome / KDE popping up password dialogues during testing.
1 parent 5bdc3c2 commit 09f61fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/common.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ class ChromeConfig:
106106
'--disk-cache-size=1 --media-cache-size=1 --disable-application-cache',
107107
# Disable various background tasks downloads (e.g. updates).
108108
'--disable-background-networking',
109+
# Disable native password pop-ups
110+
'--password-store=basic',
109111
)
110112
headless_flags = '--headless=new --window-size=1024,768'
111113

0 commit comments

Comments
 (0)