Bug 1724688 - Fix browser_asrouter_cfr.js mochitest that references non existent icon r=Mardak

Differential Revision: https://phabricator.services.mozilla.com/D122100
This commit is contained in:
Andrei Oprea 2021-08-10 11:17:18 +00:00
Родитель d968b94b5f
Коммит 9ac6da2477
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -36,13 +36,15 @@ const createDummyRecommendation = ({
label: { attributes: { tooltiptext: "Why am I seeing this" } }, label: { attributes: { tooltiptext: "Why am I seeing this" } },
sumo_path: "extensionrecommendations", sumo_path: "extensionrecommendations",
}, },
icon: "foo", icon:
icon_dark_theme: "bar", "chrome://activity-stream/content/data/content/assets/glyph-webextension-16.svg",
icon_dark_theme:
"chrome://activity-stream/content/data/content/assets/glyph-webextension-16.svg",
learn_more: "extensionrecommendations", learn_more: "extensionrecommendations",
addon: { addon: {
id: "addon-id", id: "addon-id",
title: "Addon name", title: "Addon name",
icon: "foo", icon: "chrome://browser/skin/addons/addon-install-downloading.svg",
author: "Author name", author: "Author name",
amo_url: "https://example.com", amo_url: "https://example.com",
}, },