chore: roll playwright 5/9 (#394)

This commit is contained in:
Pavel Feldman 2025-05-09 18:01:17 -07:00 committed by GitHub
parent c28b480b51
commit 445170a76b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 88 additions and 149 deletions

View file

@ -36,7 +36,7 @@ test('save as pdf', async ({ client, mcpBrowser, server }) => {
expect(await client.callTool({
name: 'browser_navigate',
arguments: { url: server.HELLO_WORLD },
})).toContainTextContent(`- generic [ref=s1e2]: Hello, world!`);
})).toContainTextContent(`- generic [ref=e1]: Hello, world!`);
const response = await client.callTool({
name: 'browser_pdf_save',
@ -55,7 +55,7 @@ test('save as pdf (filename: output.pdf)', async ({ startClient, mcpBrowser, ser
expect(await client.callTool({
name: 'browser_navigate',
arguments: { url: server.HELLO_WORLD },
})).toContainTextContent(`- generic [ref=s1e2]: Hello, world!`);
})).toContainTextContent(`- generic [ref=e1]: Hello, world!`);
expect(await client.callTool({
name: 'browser_pdf_save',