зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1543960 - Update doc string in telemetry-tests-client search test; r=chutten
Differential Revision: https://phabricator.services.mozilla.com/D45040 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
4675edcd33
Коммит
8249853b77
|
@ -15,7 +15,13 @@ class TestSearchCounts(TelemetryTestCase):
|
|||
"""Test for SEARCH_COUNTS across sessions."""
|
||||
|
||||
def get_default_search_engine(self):
|
||||
"""Retrieve the identifier of the default search engine."""
|
||||
"""Retrieve the identifier of the default search engine.
|
||||
|
||||
We found that it's required to initialize the search service before
|
||||
attempting to retrieve the default search engine. Not calling init
|
||||
would result in a JavaScript error (see bug 1543960 for more
|
||||
information).
|
||||
"""
|
||||
|
||||
script = """\
|
||||
let [resolve] = arguments;
|
||||
|
|
Загрузка…
Ссылка в новой задаче