fix(simulation): validate semantic click identity (#37808)
This commit is contained in:
@@ -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",
|
||||
]),
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user