Bug 1733442 follow-up - Fix broken tests. rs=bustage-fix DONTBUILD

This commit is contained in:
Geoff Lankow 2021-10-04 15:04:03 +13:00
Родитель 0649f0c1a7
Коммит 5d49baed2e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -761,7 +761,7 @@ add_task(async function test_full_account_setup() {
// Connect the linked address book.
let abDirectoryPromise = TestUtils.topicObserved("addrbook-directory-synced");
EventUtils.synthesizeMouseAtCenter(
abList.querySelector("li > button.small"),
abList.querySelector("li > button.small-button"),
{},
tab.browser.contentWindow
);
@ -819,7 +819,7 @@ add_task(async function test_full_account_setup() {
"Timeout waiting for the #calendarDialog to be visible"
);
EventUtils.synthesizeMouseAtCenter(
calendarList.querySelector("li > button.small"),
calendarList.querySelector("li > button.small-button"),
{},
tab.browser.contentWindow
);