refactor(tests): remove redundant visibility check for "Manage" button in connector journeys

This commit is contained in:
Anish Sarkar 2026-05-08 01:16:55 +05:30
parent 08fdd0a328
commit ef843fd82e
8 changed files with 0 additions and 8 deletions

View file

@ -44,7 +44,6 @@ test.describe("Linear connector journey", () => {
await openConnectorPopup(page);
const connectorDialog = page.getByRole("dialog", { name: "Manage Connectors" });
await expect(connectorDialog).toBeVisible();
await expect(connectorDialog.getByRole("button", { name: "Manage" })).toBeVisible();
const beforeDocs = await listDocuments(request, apiToken, searchSpace.id);
expect(beforeDocs).toHaveLength(0);