mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 12:20:44 +00:00
test: align post-rebase full-suite drift
This commit is contained in:
@@ -73,7 +73,7 @@ describe("browser tab routes attachOnly loopback profiles", () => {
|
||||
{
|
||||
targetId: "PAGE-1",
|
||||
title: "WordPress",
|
||||
url: "https://example.test/wp-login.php",
|
||||
url: "",
|
||||
wsUrl: "ws://127.0.0.1:9222/devtools/page/PAGE-1",
|
||||
type: "page",
|
||||
},
|
||||
|
||||
@@ -90,6 +90,7 @@ describe("topic-name-cache", () => {
|
||||
for (let i = 2; i <= 2048; i++) {
|
||||
updateTopicName(-100000, i, { name: `Topic ${i}` });
|
||||
}
|
||||
await vi.advanceTimersByTimeAsync(10);
|
||||
getTopicName(-100000, 1);
|
||||
updateTopicName(-100000, 9999, { name: "Newcomer" });
|
||||
expect(getTopicName(-100000, 1)).toBe("Active");
|
||||
|
||||
Reference in New Issue
Block a user