fix(simulation): validate semantic click identity (#37808)
This commit is contained in:
parent
edc93ceff1
commit
71cb419570
6 changed files with 118 additions and 3 deletions
|
|
@ -39,7 +39,12 @@ test("scopes the frontend control server and reports malformed JSON", async () =
|
|||
protocolVersion: 1,
|
||||
role: "ui",
|
||||
server: { name: "opencode", version: expect.any(String) },
|
||||
capabilities: expect.arrayContaining(["ui.state", "ui.snapshot", "ui.capture"]),
|
||||
capabilities: expect.arrayContaining([
|
||||
"ui.state",
|
||||
"ui.snapshot",
|
||||
"ui.click.semantic",
|
||||
"ui.capture",
|
||||
]),
|
||||
},
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue