Skip to content

Commit

Permalink
Bug 1626507 - pt 5. Remove duplicate call to openPreferences r=Gijs,p…
Browse files Browse the repository at this point in the history
…references-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D83872
  • Loading branch information
PaulBone committed Jul 17, 2020
1 parent c99b2cf commit 65b9ba9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser/components/preferences/tests/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ async function openPreferencesViaOpenPreferencesAPI(aPane, aOptions) {
: "privacy-pane-loaded";
let finalPrefPaneLoaded = TestUtils.topicObserved(finalPaneEvent, () => true);
gBrowser.selectedTab = BrowserTestUtils.addTab(gBrowser, "about:blank");
openPreferences(aPane);
openPreferences(aPane, aOptions);
let newTabBrowser = gBrowser.selectedBrowser;

Expand Down

0 comments on commit 65b9ba9

Please sign in to comment.