chore: account for undefined arguments (#400)

This commit is contained in:
Pavel Feldman
2025-05-12 09:35:33 -07:00
committed by GitHub
parent 05dc5d915b
commit dd5b41f1d8
11 changed files with 3 additions and 19 deletions

View File

@@ -24,7 +24,6 @@ test('test reopen browser', async ({ client, server }) => {
expect(await client.callTool({
name: 'browser_close',
arguments: {},
})).toContainTextContent('No open pages available');
expect(await client.callTool({