Skip to content
Snippets Groups Projects
Commit 11dec960 authored by Markus Stange's avatar Markus Stange
Browse files

Bug 1704569 - Don't synthesize events on menus in...

Bug 1704569 - Don't synthesize events on menus in browser/modules/test/browser/browser_UsageTelemetry_interaction.js. r=Gijs

Differential Revision: https://phabricator.services.mozilla.com/D111680
parent 0ef851ed
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ add_task(async function contextMenu() {
await shown;
let hidden = BrowserTestUtils.waitForEvent(context, "popuphidden");
click("context_toggleMuteTab");
context.activateItem(document.getElementById("context_toggleMuteTab"));
await hidden;
assertInteractionScalars({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment