Bug 1967713 - Update Remote L10N tests to accomodate new FTL file r=omc-reviewers,mimi

Differential Revision: https://phabricator.services.mozilla.com/D250444
This commit is contained in:
Meg Viar
2025-05-21 16:03:52 +00:00
committed by rvandermeulen@mozilla.com
parent 85a350a5ff
commit 4d816ed41f

View File

@@ -82,6 +82,7 @@ describe("RemoteL10n", () => {
"browser/defaultBrowserNotification.ftl",
"browser/newtab/asrouter.ftl",
"toolkit/branding/brandings.ftl",
"preview/termsOfUse.ftl",
]);
assert.isFalse(args[1]);
assert.calledOnce(l10nRegInstance.hasSource);
@@ -103,6 +104,7 @@ describe("RemoteL10n", () => {
"browser/defaultBrowserNotification.ftl",
"browser/newtab/asrouter.ftl",
"toolkit/branding/brandings.ftl",
"preview/termsOfUse.ftl",
]);
assert.isFalse(args[1]);
assert.calledOnce(l10nRegInstance.hasSource);