From bc4b6d3949119c5305c051626b7453a68e729b9f Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Fri, 11 Apr 2025 13:03:14 +0100 Subject: [PATCH] Try password-store basic Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- playwright/element-desktop-test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright/element-desktop-test.ts b/playwright/element-desktop-test.ts index 3d8d4f54..bf6fd9c3 100644 --- a/playwright/element-desktop-test.ts +++ b/playwright/element-desktop-test.ts @@ -67,7 +67,7 @@ export const test = base.extend({ await fs.rm(tmpDir, { recursive: true }); }, app: async ({ tmpDir, extraEnv, extraArgs, stdout, stderr }, use) => { - const args = ["--profile-dir", tmpDir]; + const args = ["--profile-dir", tmpDir, '--password-store="basic"']; const executablePath = process.env["ELEMENT_DESKTOP_EXECUTABLE"]; if (!executablePath) {