Backed out changeset 9871c46ce197 (bug 1793703) for causing failures on browser_addon_list_reordering.js. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2022-10-05 21:53:53 +03:00
parent 510661b9f3
commit c20d339e7f
2 changed files with 2 additions and 2 deletions

View File

@ -82,7 +82,7 @@ class SitePermsAddonWrapper {
get name() {
// TODO: Localize this string (See Bug 1790313).
return `Site Permissions for ${this.principal.host}`;
return `Site permissions for ${this.principal.host}`;
}
get creator() {}

View File

@ -75,7 +75,7 @@ add_task(async function() {
Assert.equal(comAddon.type, SITEPERMS_ADDON_TYPE, "addon has expected type");
Assert.equal(
comAddon.name,
`Site Permissions for example.com`,
`Site permissions for example.com`,
"addon has expected name"
);