зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
38251f50b8
Коммит
5187a2ca76
|
@ -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
|
||||
);
|
||||
});
|
||||
|
|
Загрузка…
Ссылка в новой задаче