summaryrefslogtreecommitdiffhomepage
path: root/gui/test
diff options
context:
space:
mode:
Diffstat (limited to 'gui/test')
-rw-r--r--gui/test/e2e/installed/state-dependent/location.spec.ts2
-rw-r--r--gui/test/e2e/utils.ts1
2 files changed, 2 insertions, 1 deletions
diff --git a/gui/test/e2e/installed/state-dependent/location.spec.ts b/gui/test/e2e/installed/state-dependent/location.spec.ts
index 3caceae603..c439a23408 100644
--- a/gui/test/e2e/installed/state-dependent/location.spec.ts
+++ b/gui/test/e2e/installed/state-dependent/location.spec.ts
@@ -4,6 +4,8 @@ import { Page } from 'playwright';
import { GetByTestId } from '../../utils';
import { startInstalledApp } from '../installed-utils';
+// This test expects the daemon to be logged into an account that has time left.
+
let page: Page;
let getByTestId: GetByTestId;
diff --git a/gui/test/e2e/utils.ts b/gui/test/e2e/utils.ts
index bc42c7790a..a1fcf206ca 100644
--- a/gui/test/e2e/utils.ts
+++ b/gui/test/e2e/utils.ts
@@ -12,7 +12,6 @@ export const startApp = async (
options: Parameters<typeof electron.launch>[0],
): Promise<StartAppResponse> => {
process.env.CI = 'e2e';
-
const app = await electron.launch(options);
await app.evaluate(({ webContents }) => {