mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: sync latest Firefox preference changes for translation feature (#10644)
This commit is contained in:
parent
34be28db5d
commit
2423d4fd94
@ -156,9 +156,8 @@ function defaultProfilePreferences(
|
||||
// Do not warn when multiple tabs will be opened
|
||||
'browser.tabs.warnOnOpen': false,
|
||||
|
||||
// Disable page translations, which can cause issues with tests.
|
||||
// See https://bugzilla.mozilla.org/show_bug.cgi?id=1836093.
|
||||
'browser.translations.enable': false,
|
||||
// Do not automatically offer translations, as tests do not expect this.
|
||||
'browser.translations.automaticallyPopup': false,
|
||||
|
||||
// Disable the UI tour.
|
||||
'browser.uitour.enabled': false,
|
||||
|
Loading…
Reference in New Issue
Block a user