Source code
Revision control
Copy as Markdown
Other Tools
/* Any copyright is dedicated to the Public Domain.
"use strict";
// Test for About Dialog foreground check for updates which fails, because it is
// impossible to connect to the update server
add_task(async function aboutDialog_foregroundCheck_network_failure() {
let params = {
};
await runAboutDialogUpdateTest(params, [
{
panelId: "checkingFailed",
},
]);
});