browser.toml |
|
466 |
browser_basic_notifications.js |
Waits for a call to the alerts service, and tests it is as expected.
@param {string} expectedSender - The name of the expected message's author.
@param {string} expectedCookie - Part of the expected message's URI, to
check it is the right message.
|
4706 |
browser_feedback.js |
Tests that syncing an entire account results in the expected updates to the
status bar.
|
8088 |
browser_folder_props.js |
Test that the correct options and strings are shown in the folder properties
dialog.
|
3299 |
browser_openPGP.js |
Test that a message with an OpenPGP signature is properly picked up and
showed to the user.
|
4685 |
browser_remote_content_blocking.js |
Tests that remote content in EWS messages is blocked by default, inline with
other protocols.
|
5597 |
browser_repair_folder.js |
Test that repairing a folder triggers a resync of the folder's message list
from scratch.
|
4075 |
head.js |
Set up an incoming server connected to an EWS test server.
@param {object} serverConfig - The configuration for the mock server. See the
constructor for `EwsServer` for the documentation of each available option.
@returns {[EwsServer, nsIMsgIncomingServer]}
|
2601 |