mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-25 03:49:42 +00:00
Bug 1795260 - Also clear the inNavbar pref so that following test keeps working.
MANUAL PUSH: Trivial orange fix CLOSED TREE
This commit is contained in:
parent
b03241e966
commit
ac512eac22
@ -5,7 +5,10 @@
|
||||
|
||||
const WIDGET_ID = "search-container";
|
||||
|
||||
registerCleanupFunction(() => CustomizableUI.reset());
|
||||
registerCleanupFunction(() => {
|
||||
CustomizableUI.reset();
|
||||
Services.prefs.clearUserPref("browser.search.widget.inNavBar");
|
||||
});
|
||||
|
||||
add_task(async function test_syncPreferenceWithWidget() {
|
||||
// Move the searchbar to the nav bar.
|
||||
|
Loading…
x
Reference in New Issue
Block a user