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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user