Bug 1764090 - Fix browser_permissions_unsigned.js failure. r=thunderbird-reviewers,rjl
Bug 1754441 has some details. InstallTrigger will be removed at some point. The test calls installTrigger(url), and obviously that would not work without InstallTrigger. Differential Revision: https://phabricator.services.mozilla.com/D149518 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
7ea495c31c
Коммит
a19f8cff33
|
@ -6,6 +6,8 @@ const WARNING_ICON = "chrome://browser/skin/warning.svg";
|
|||
add_task(async function test_unsigned() {
|
||||
await SpecialPowers.pushPrefEnv({
|
||||
set: [
|
||||
["extensions.InstallTrigger.enabled", true],
|
||||
["extensions.InstallTriggerImpl.enabled", true],
|
||||
["extensions.webapi.testing", true],
|
||||
["extensions.install.requireBuiltInCerts", false],
|
||||
// Relax the user input requirements while running this test.
|
||||
|
|
Загрузка…
Ссылка в новой задаче