Bug 1800775 follow-up - Fix broken tests. rs=me DONTBUILD

--HG--
extra : rebase_source : 8d5969cc99034a931b03330734eac978447c5df6
extra : absorb_source : 9c54accd51fd11b0ecb5877277385e565eda0ccf
This commit is contained in:
Geoff Lankow 2022-11-18 10:13:42 +13:00
Родитель a13da66777
Коммит cb838981de
2 изменённых файлов: 7 добавлений и 0 удалений

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

@ -23,6 +23,10 @@ add_setup(async function() {
}
rootFolder.createSubfolder("just a folder", null);
folders.Other = rootFolder.getChildNamed("just a folder");
registerCleanupFunction(function() {
MailServices.accounts.removeAccount(account, true);
});
});
add_task(async function testFolderOpen() {

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

@ -72,6 +72,9 @@ add_setup(async function() {
// Show the Folder Pane header toolbar.
mc.e("folderPaneHeader").removeAttribute("collapsed");
Services.xulStore.removeDocument(
"chrome://messenger/content/messenger.xhtml"
);
Services.telemetry.clearScalars();
});