Bug 1883205 - Forcibly enable searchAllContainers in browser_switchTab_inputHistory.js sub-test. r=jteow

Differential Revision: https://phabricator.services.mozilla.com/D203464
This commit is contained in:
Marco Bonardo
2024-03-04 17:49:52 +00:00
parent 28a0df337d
commit 7b14b49a70

View File

@@ -93,7 +93,10 @@ add_task(async function test_adaptive_with_search_term_and_switch_tab() {
add_task(
async function test_adaptive_nonadaptive_container_dedupe_switch_tab() {
await SpecialPowers.pushPrefEnv({
set: [["privacy.userContext.enabled", true]],
set: [
["privacy.userContext.enabled", true],
["browser.urlbar.switchTabs.searchAllContainers", true],
],
});
// Add a url both to history and input history, ensure that the Muxer will
// properly dedupe the 2 entries, also with containers involved.