mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 13:27:39 +00:00
Health: CLI probe and mac UI surfacing
This commit is contained in:
@@ -38,7 +38,7 @@ describe("web login", () => {
|
||||
const waiter: typeof waitForWaConnection = vi
|
||||
.fn()
|
||||
.mockResolvedValue(undefined);
|
||||
await loginWeb(false, waiter);
|
||||
await loginWeb(false, "web", waiter);
|
||||
await new Promise((resolve) => setTimeout(resolve, 550));
|
||||
expect(sock.ws.close).toHaveBeenCalled();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user