зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1691464 - Fix prettier lint on browser_screenshot_button_disabled.js a=lint-fix CLOSED TREE
This commit is contained in:
Родитель
e0e0e47210
Коммит
bb057d936e
|
@ -7,7 +7,10 @@
|
|||
add_task(async function testScreenshotButtonPrefDisabled() {
|
||||
info("Test the Screenshots widget not available");
|
||||
|
||||
Assert.ok(Services.prefs.getBoolPref("extensions.screenshots.disabled"), "Sceenshots feature is disabled");
|
||||
Assert.ok(
|
||||
Services.prefs.getBoolPref("extensions.screenshots.disabled"),
|
||||
"Sceenshots feature is disabled"
|
||||
);
|
||||
|
||||
CustomizableUI.addWidgetToArea(
|
||||
"screenshot-button",
|
||||
|
|
Загрузка…
Ссылка в новой задаче