mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-08 12:22:34 +00:00
Backed out changeset 9871c46ce197 (bug 1793703) for causing failures on browser_addon_list_reordering.js. CLOSED TREE
This commit is contained in:
parent
510661b9f3
commit
c20d339e7f
@ -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() {}
|
||||
|
@ -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"
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user