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:
Andreas Pehrson 2024-11-22 15:59:37 +00:00
parent e2ecfd309e
commit 09e5429db9

View File

@ -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