Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion tests/mcp/annotate.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ test('should cancel browser_annotate when the MCP client disconnects', async ({
});


test('should switch screencast to -s session on show --annotate', async ({ connectToDashboard, cli, server }) => {
test('should switch screencast to -s session on show --annotate', async ({ connectToDashboard, cli, server, mcpBrowser }) => {
test.fixme(mcpBrowser === 'firefox' && process.platform === 'win32', 'Flaky on Firefox/Windows: the bound show server occasionally never registers, so connectToDashboard times out with "reading \'endpoint\'".');
test.slow();
server.setContent('/red', '<html><head><style>html,body{margin:0;height:100vh;background:#ff0000}</style></head><body></body></html>', 'text/html');
server.setContent('/green', '<html><head><style>html,body{margin:0;height:100vh;background:#00ff00}</style></head><body></body></html>', 'text/html');
Expand Down
Loading