Bug 1920720 - testBrowserActionWithVerticalTabs pushPrefEnv should include sidebar.revamp pref along with sidebar.verticalTabs. r=willdurand
Differential Revision: https://phabricator.services.mozilla.com/D223344
This commit is contained in:
@@ -127,7 +127,10 @@ add_task(async function testPolicyOverridesBrowserActionToMenuPanel() {
|
||||
|
||||
add_task(async function testBrowserActionWithVerticalTabs() {
|
||||
await SpecialPowers.pushPrefEnv({
|
||||
set: [["sidebar.verticalTabs", true]],
|
||||
set: [
|
||||
["sidebar.verticalTabs", true],
|
||||
["sidebar.revamp", true],
|
||||
],
|
||||
});
|
||||
|
||||
await testInArea("tabstrip", CustomizableUI.AREA_ADDONS);
|
||||
|
||||
Reference in New Issue
Block a user