Bug 1742963: Disable the page thumbs service in tests. r=Standard8

Differential Revision: https://phabricator.services.mozilla.com/D132142
This commit is contained in:
Dave Townsend 2021-11-25 14:24:48 +00:00
Родитель 34cc45b193
Коммит 21104fb09f
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,7 @@ XPCOMUtils.defineLazyModuleGetters(this, {
// Initialize profile.
var gProfD = do_get_profile(true);
Services.prefs.setBoolPref("browser.pagethumbnails.capturing_disabled", true);
// Observer notifications.
const TOPIC_ADDED = "places-snapshots-added";