зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1702330 - Fix browser_ext_slow_script.js proton infobars r=mconley
Differential Revision: https://phabricator.services.mozilla.com/D111357
This commit is contained in:
Родитель
2035bf6f59
Коммит
f6afdbd0d1
|
@ -63,7 +63,7 @@ add_task(async function test_slow_content_script() {
|
|||
|
||||
ok(text.includes("\u201cSlow Script Extension\u201d"), "Label is correct");
|
||||
|
||||
let stopButton = notification.querySelector("[label='Stop']");
|
||||
let stopButton = notification.buttonContainer.querySelector("[label='Stop']");
|
||||
stopButton.click();
|
||||
|
||||
BrowserTestUtils.removeTab(gBrowser.selectedTab);
|
||||
|
|
Загрузка…
Ссылка в новой задаче