mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-24 11:25:50 -06:00
test(ui): assert structured receipt count
This commit is contained in:
@@ -496,8 +496,10 @@ suite.define(() => {
|
||||
);
|
||||
} else {
|
||||
expect(
|
||||
page.locator(".custodian__structured-response", { hasText: "Twitch ops" }),
|
||||
).toHaveCount(1);
|
||||
await page
|
||||
.locator(".custodian__structured-response", { hasText: "Twitch ops" })
|
||||
.count(),
|
||||
).toBe(1);
|
||||
}
|
||||
|
||||
await gateway.resolveDeferred("openclaw.chat", {
|
||||
|
||||
Reference in New Issue
Block a user