Source code
Revision control
Copy as Markdown
Other Tools
/*
* 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", "permissionsGroup");
BrowserTestUtils.removeTab(gBrowser.selectedTab);
});