Bug 1951426 - Request messages from OMC in newtab r=home-newtab-reviewers,omc-reviewers,mconley,aminomancer,maxx

Differential Revision: https://phabricator.services.mozilla.com/D240175
This commit is contained in:
Nathan Barrett
2025-03-24 17:42:04 +00:00
parent 273a13f421
commit 84c498dc3b
21 changed files with 335 additions and 0 deletions

View File

@@ -1350,6 +1350,17 @@ const MESSAGES = () => [
},
testingTriggerContext: "app_menu",
},
{
id: "TEST_NEWTAB_MESSAGE",
template: "newtab_message",
content: {
messageType: "CustomWallpaperHighlight",
},
trigger: {
id: "newtabMessageCheck",
},
groups: [],
},
];
export const PanelTestProvider = {