Skip to content

Commit ec25717

Browse files
committed
Bug 1675558 - Remove emptySearchBehavior setter from browser_searchMode_preview.js. r=adw
Differential Revision: https://phabricator.services.mozilla.com/D103383
1 parent a07f149 commit ec25717

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

browser/components/urlbar/tests/browser/browser_searchMode_preview.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ const TEST_ENGINE_NAME = "Test";
1111
const TEST_ENGINE_DOMAIN = "example.com";
1212

1313
add_task(async function setup() {
14-
await SpecialPowers.pushPrefEnv({
15-
set: [
16-
// TODO (Bug 1675558) - This should not be a requirement for the whole test.
17-
["browser.urlbar.update2.emptySearchBehavior", 2],
18-
],
19-
});
2014
let testEngine = await Services.search.addEngineWithDetails(
2115
TEST_ENGINE_NAME,
2216
{

0 commit comments

Comments
 (0)