Bug 1707631 - Use activateIitem in browser_styleeditor_copyurl.js, so that the menu is closed at the end of the test. r=mac-reviewers,bradwerth

Differential Revision: https://phabricator.services.mozilla.com/D113377
This commit is contained in:
Markus Stange 2021-04-26 17:29:46 +00:00
Родитель 38251f50b8
Коммит 5187a2ca76
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ add_task(async function() {
"Click on Copy URL menu item and wait for the URL to be copied to the clipboard."
);
await waitForClipboardPromise(
() => ui._copyUrlItem.click(),
() => ui._contextMenu.activateItem(ui._copyUrlItem),
ui._contextMenuStyleSheet.href
);
});