chore: roll playwright to 1745357020000 (#249)

This commit is contained in:
Pavel Feldman
2025-04-22 16:04:50 -07:00
committed by GitHub
parent 1bc3c761de
commit f7e9bae571
6 changed files with 38 additions and 26 deletions

View File

@@ -23,7 +23,12 @@ test('browser_file_upload', async ({ client }) => {
arguments: {
url: 'data:text/html,<html><title>Title</title><input type="file" /><button>Button</button></html>',
},
})).toContainTextContent('- textbox [ref=s1e3]');
})).toContainTextContent(`
\`\`\`yaml
- generic [ref=s1e2]:
- button "Choose File" [ref=s1e3]
- button "Button" [ref=s1e4]
\`\`\``);
expect(await client.callTool({
name: 'browser_click',
@@ -46,7 +51,12 @@ test('browser_file_upload', async ({ client }) => {
});
expect(response).not.toContainTextContent('### Modal state');
expect(response).toContainTextContent('textbox [ref=s3e3]: C:\\fakepath\\test.txt');
expect(response).toContainTextContent(`
\`\`\`yaml
- generic [ref=s3e2]:
- button "Choose File" [ref=s3e3]
- button "Button" [ref=s3e4]
\`\`\``);
}
{