Bug 1929105 follow-up - Fix test tripping over horrible IMAP code. r=tobyp

Differential Revision: https://phabricator.services.mozilla.com/D229067

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Geoff Lankow 2024-11-15 06:45:15 +00:00
Родитель 6beeb01907
Коммит 73faddc242
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -104,4 +104,8 @@ add_task(async function () {
mboxSize = imapFolder.filePath.fileSize;
}
// Clear the selection so the I/O service doesn't complain when we remove
// the account.
about3Pane.threadTree.selectedIndex = -1;
});