chore: account for undefined arguments (#400)
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user