fix(browser): stabilize doctor diagnostics

This commit is contained in:
Peter Steinberger
2026-04-25 01:26:20 +01:00
parent df5abf9a98
commit 26bc5e47ee

View File

@@ -14,7 +14,9 @@ describe("browser doctor readiness", () => {
},
{
noteFn,
platform: "linux",
env: { DISPLAY: ":99" },
getUid: () => 1000,
resolveManagedExecutable: () => ({ kind: "chrome", path: "/usr/bin/google-chrome" }),
},
);
@@ -34,6 +36,8 @@ describe("browser doctor readiness", () => {
{
noteFn,
platform: "linux",
env: { DISPLAY: ":99" },
getUid: () => 1000,
resolveManagedExecutable: () => null,
},
);