Name Description Size Coverage
browser-noAccounts.toml 369 -
browser.toml 1375 -
browser_displayMessageWithFolderModes.js Test that displaying messages in folder tabs works correctly with folder modes. This includes: - switching to the default folder mode if the folder isn't present in the current folder mode - not switching otherwise - making sure that we're able to expand the right folders in the smart folder mode 8985 -
browser_dragDropAttachedMessages.js Tests that dropping a message/rfc822 attachment onto a folder imports the attached message. The drag-and-drop UI wiring is tested via a synthetic drop event. NetUtil.asyncFetch cannot resolve message URLs in mochitest, so we mock importToFolder on the prototype to exercise the pipeline. 5618 -
browser_folderNamesInRecentMode.js Test that the folder names have account name appended when in "recent" view. 4364 -
browser_folderPane.js Tests for the folder pane, in particular the tree view. This is kept separate from the main folder-display suite so that the folders created by other tests there don't influence the results here. 5627 -
browser_folderPaneConsumers.js Tests for other dialogs using the tree view implementation in folderPane.js. 4361 -
browser_folderPaneDragDrop.js Tests the behavior of the folder tree when hovering a dragged element over a collapsed folder. 4364 -
browser_folderPaneHeader.js 31677 -
browser_folderPaneHeader_noAccounts.js 1726 -
browser_folderPaneModeContextMenu.js Tests that ability to swap a folder mode for the one above it, and ensures that if it's the last element, the option to swap is disabled. 6015 -