Bug 1633705 - Fix name of mail.com search engine. r=daleharvey

Differential Revision: https://phabricator.services.mozilla.com/D72817
This commit is contained in:
Mark Banner 2020-04-28 21:27:13 +00:00
Родитель 4e1c53dc72
Коммит a34b1659bc
2 изменённых файлов: 14 добавлений и 1 удалений

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

@ -17,7 +17,7 @@
],
"chrome_settings_overrides": {
"search_provider": {
"name": "Qwant",
"name": "mail.com search",
"search_url": "https://go.mail.com/br/moz_search_web/",
"search_url_get_params": "q={searchTerms}&enc=UTF-8",
"suggest_url": "https://search.mail.com/SuggestSearch/s",

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

@ -229,6 +229,19 @@ tests.push({
hasParams(engines, "GMX Shopping", "searchbar", "origin=br_osd"),
});
tests.push({
locale: "de",
distribution: "mail.com",
test: engines =>
hasParams(engines, "mail.com search", "searchbar", "enc=UTF-8"),
});
tests.push({
locale: "de",
distribution: "webde",
test: engines => hasParams(engines, "WEB.DE Suche", "searchbar", "enc=UTF-8"),
});
tests.push({
locale: "ru",
distribution: "yandex-drp",