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:
Mark Striemer 2021-04-10 19:56:12 +00:00
Родитель 2035bf6f59
Коммит f6afdbd0d1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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);