mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-07-20 23:21:06 +02:00
refactor(connector-popup): simplify terminology by renaming "Manage External MCP Connectors" to "MCP Connectors" across components and tests
This commit is contained in:
parent
91531286b2
commit
faffd9974c
15 changed files with 17 additions and 17 deletions
|
|
@ -21,7 +21,7 @@ export async function openConnectorPopup(page: Page): Promise<void> {
|
|||
await expect(trigger).toBeVisible({ timeout: 60_000 });
|
||||
await trigger.click();
|
||||
|
||||
await expect(page.getByRole("dialog", { name: "Manage External MCP Connectors" })).toBeVisible();
|
||||
await expect(page.getByRole("dialog", { name: "MCP Connectors" })).toBeVisible();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue