Bug 1568948 - Intermittent failure in browser_urlbar_event_telemetry.js. r=adw

Differential Revision: https://phabricator.services.mozilla.com/D39477

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Marco Bonardo 2019-07-26 16:59:25 +00:00
Родитель 91675529e8
Коммит e8dcf5977e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -574,6 +574,6 @@ add_task(async function test() {
let expectedEvents = [await testFn()].filter(e => !!e);
// Always blur to ensure it's not accounted as an additional abandonment.
gURLBar.blur();
TelemetryTestUtils.assertEvents(expectedEvents);
TelemetryTestUtils.assertEvents(expectedEvents, { category: "urlbar" });
}
});