summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/update/tests/browser/browser_aboutDialog_fc_check_otherInstance.js
blob: fa1110effdf6cb7aa06becce3e1869b846dc0eca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

"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,
    },
  ]);
});