chore: remove navigate_forward due to low usage counts (#934)

This commit is contained in:
Pavel Feldman
2025-08-22 14:02:33 -07:00
committed by GitHub
parent 2521a67b2f
commit 86eba2245a
5 changed files with 8 additions and 38 deletions

View File

@@ -300,7 +300,10 @@ test('browser_take_screenshot (viewport without snapshot)', async ({ startClient
// Ensure we have a tab but don't navigate anywhere (no snapshot captured)
expect(await client.callTool({
name: 'browser_tab_list',
name: 'browser_tabs',
arguments: {
action: 'list',
},
})).toHaveResponse({
tabs: `- 0: (current) [] (about:blank)`,
});