Merge pull request #18316 from timvandermeij/integration-test-addons-xpi
Disable system addon updates for Firefox in testing mode
This commit is contained in:
commit
7057142c7a
@ -916,6 +916,8 @@ async function startBrowser({
|
||||
options.protocol = "webDriverBiDi";
|
||||
|
||||
options.extraPrefsFirefox = {
|
||||
// Disable system addon updates.
|
||||
"extensions.systemAddon.update.enabled": false,
|
||||
// avoid to have a prompt when leaving a page with a form
|
||||
"dom.disable_beforeunload": true,
|
||||
// Disable dialog when saving a pdf
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user