chore: do not return fullPage screenshots to the LLM (#849)

This commit is contained in:
Pavel Feldman
2025-08-08 09:36:51 -07:00
committed by GitHub
parent 6c2dda31ad
commit 16f3523317
2 changed files with 10 additions and 10 deletions

View File

@@ -264,12 +264,7 @@ test('browser_take_screenshot (fullPage: true)', async ({ startClient, server },
{
text: expect.stringContaining('fullPage: true'),
type: 'text',
},
{
data: expect.any(String),
mimeType: 'image/png',
type: 'image',
},
}
],
});
});