mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 20:35:39 -06:00
test: tighten browser click timeout assertion
This commit is contained in:
@@ -191,10 +191,6 @@ describe("pw-tools-core", () => {
|
||||
timeoutMs: 999_999,
|
||||
});
|
||||
|
||||
expect(click).toHaveBeenCalledWith(
|
||||
expect.objectContaining({
|
||||
timeout: 60_000,
|
||||
}),
|
||||
);
|
||||
expect(click).toHaveBeenCalledWith({ timeout: 60_000 });
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user