mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 04:41:11 +00:00
Bug 1932314 - Disable SCContentSharingPicker in all tests as it requires user interaction. r=jib
Differential Revision: https://phabricator.services.mozilla.com/D229594
This commit is contained in:
parent
e2ecfd309e
commit
09e5429db9
@ -69,6 +69,9 @@ user_pref("toolkit.telemetry.coverage.endpoint.base", "http://localhost");
|
||||
user_pref("media.geckoview.autoplay.request", false);
|
||||
// No need to delay wakelock releasing for testing
|
||||
user_pref("media.wakelock.audio.delay-releasing.ms", 0);
|
||||
// Don't use SCContentSharingPicker in tests as it will block on user
|
||||
// interaction.
|
||||
user_pref("media.getdisplaymedia.screencapturekit.picker.enabled", false);
|
||||
user_pref("geo.provider.network.compare.url", "");
|
||||
user_pref("browser.region.network.url", "");
|
||||
// Do not unload tabs on low memory when testing
|
||||
|
Loading…
Reference in New Issue
Block a user