mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-22 03:51:18 +00:00
test: tighten browser click timeout assertion
This commit is contained in:
parent
edfc5c50b9
commit
93f922b758
1 changed files with 1 additions and 5 deletions
|
|
@ -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 });
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue