Merge pull request #18356 from calixteman/no_newtabpage
Disable new tab page stuff in Firefox when running tests
This commit is contained in:
commit
067ec20092
@ -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,
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user