mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 13:40:44 +00:00
test(browser): align loopback reachability expectations
This commit is contained in:
@@ -76,17 +76,13 @@ describe("browser server-context ensureBrowserAvailable", () => {
|
||||
1,
|
||||
"http://127.0.0.1:18800",
|
||||
PROFILE_HTTP_REACHABILITY_TIMEOUT_MS,
|
||||
{
|
||||
allowPrivateNetwork: true,
|
||||
},
|
||||
undefined,
|
||||
);
|
||||
expect(isChromeReachable).toHaveBeenNthCalledWith(
|
||||
2,
|
||||
"http://127.0.0.1:18800",
|
||||
PROFILE_ATTACH_RETRY_TIMEOUT_MS,
|
||||
{
|
||||
allowPrivateNetwork: true,
|
||||
},
|
||||
undefined,
|
||||
);
|
||||
expect(launchOpenClawChrome).not.toHaveBeenCalled();
|
||||
expect(stopOpenClawChrome).not.toHaveBeenCalled();
|
||||
|
||||
Reference in New Issue
Block a user