Skip to content

Commit

Permalink
Merge pull request #18356 from calixteman/no_newtabpage
Browse files Browse the repository at this point in the history
Disable new tab page stuff in Firefox when running tests
  • Loading branch information
timvandermeij authored Jul 1, 2024
2 parents 8556a26 + efb45a7 commit 067ec20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,8 @@ async function startBrowser({
"dom.events.asyncClipboard.clipboardItem": true,
// It's helpful to see where the caret is.
"accessibility.browsewithcaret": true,
// Disable the newtabpage stuff.
"browser.newtabpage.enabled": false,
...extraPrefsFirefox,
};
}
Expand Down

0 comments on commit 067ec20

Please sign in to comment.