Skip to content

Commit 4f30498

Browse files
kblokclaude
andauthored
chore: sync WebMCP test expectations from upstream PR #14918 (#3450)
Adds the three PASS expectations upstream added in puppeteer/puppeteer#14918 (toolinvoked, toolresponded with errorText, toolresponded with exception) to TestExpectations.upstream.json. Chrome itself was already rolled past 148.0.7778.56 by PR #3446 (148.0.7778.97), and the TS pragma removals in WebMCP.ts have no PuppeteerSharp equivalent. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 117a24f commit 4f30498

1 file changed

Lines changed: 45 additions & 0 deletions

File tree

lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.upstream.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,6 +4765,51 @@
47654765
],
47664766
"comment": "Experimental support for WebMCP requires Chrome 149+."
47674767
},
4768+
{
4769+
"testIdPattern": "[webmcp.spec] Page.webmcp should fire toolinvoked events",
4770+
"platforms": [
4771+
"darwin",
4772+
"linux",
4773+
"win32"
4774+
],
4775+
"parameters": [
4776+
"cdp",
4777+
"chrome"
4778+
],
4779+
"expectations": [
4780+
"PASS"
4781+
]
4782+
},
4783+
{
4784+
"testIdPattern": "[webmcp.spec] Page.webmcp should fire toolresponded event with errorText",
4785+
"platforms": [
4786+
"darwin",
4787+
"linux",
4788+
"win32"
4789+
],
4790+
"parameters": [
4791+
"cdp",
4792+
"chrome"
4793+
],
4794+
"expectations": [
4795+
"PASS"
4796+
]
4797+
},
4798+
{
4799+
"testIdPattern": "[webmcp.spec] Page.webmcp should fire toolresponded event with exception",
4800+
"platforms": [
4801+
"darwin",
4802+
"linux",
4803+
"win32"
4804+
],
4805+
"parameters": [
4806+
"cdp",
4807+
"chrome"
4808+
],
4809+
"expectations": [
4810+
"PASS"
4811+
]
4812+
},
47684813
{
47694814
"testIdPattern": "[webmcp.spec] Page.webmcp should remove tools on frame navigation",
47704815
"platforms": [

0 commit comments

Comments
 (0)