/* * This file contains tests for the Preferences search bar. */ /** * Test for searching for the "Allowed Sites - Pop-ups" subdialog. */ add_task(async function () { await openPreferencesViaOpenPreferencesAPI("paneGeneral", { leaveOpen: true, }); await evaluateSearchResults("open pop-up windows", "permissions"); BrowserTestUtils.removeTab(gBrowser.selectedTab); });