mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 03:20:46 +00:00
test: clarify google meet setup assertions
This commit is contained in:
@@ -1865,9 +1865,9 @@ describe("google-meet plugin", () => {
|
||||
}),
|
||||
]),
|
||||
);
|
||||
expect(result.details.checks?.some((check) => check.id === "chrome-local-audio-device")).toBe(
|
||||
false,
|
||||
);
|
||||
expect(
|
||||
result.details.checks?.filter((check) => check.id === "chrome-local-audio-device"),
|
||||
).toEqual([]);
|
||||
expect(runCommandWithTimeout).not.toHaveBeenCalled();
|
||||
} finally {
|
||||
Object.defineProperty(process, "platform", { value: originalPlatform });
|
||||
|
||||
Reference in New Issue
Block a user