first commit
This commit is contained in:
13
tests/e2e/features/mcp-tool-groups/mcp-tool-groups.spec.ts
Normal file
13
tests/e2e/features/mcp-tool-groups/mcp-tool-groups.spec.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { expect, test } from '../../core/fixtures/base.fixture'
|
||||
|
||||
// MCP Tool Groups routes to @enterprise components not present in OSS.
|
||||
// Tests only verify URL routing; do not add UI assertions for enterprise-only content.
|
||||
test.describe('MCP Tool Groups', () => {
|
||||
test.beforeEach(async ({ mcpToolGroupsPage }) => {
|
||||
await mcpToolGroupsPage.goto()
|
||||
})
|
||||
|
||||
test('should load MCP tool groups page', async ({ mcpToolGroupsPage }) => {
|
||||
await expect(mcpToolGroupsPage.page).toHaveURL(/mcp-tool-groups/)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user