chore: account for undefined arguments (#400)
This commit is contained in:
@@ -40,7 +40,6 @@ test('save as pdf', async ({ client, mcpBrowser, server }) => {
|
||||
|
||||
const response = await client.callTool({
|
||||
name: 'browser_pdf_save',
|
||||
arguments: {},
|
||||
});
|
||||
expect(response).toHaveTextContent(/Save page as.*page-[^:]+.pdf/);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user