Source code

Revision control

Copy as Markdown

Other Tools

Test Info: Warnings

/* Any copyright is dedicated to the Public Domain.
"use strict";
// Test for About Dialog foreground check for updates
// with another application instance handling updates.
add_task(async function aboutDialog_foregroundCheck_otherInstance() {
setOtherInstanceHandlingUpdates();
let params = {};
await runAboutDialogUpdateTest(params, [
{
panelId: "otherInstanceHandlingUpdates",
checkActiveUpdate: null,
continueFile: null,
},
]);
});