mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 17:22:38 +02:00
refactor(tests): remove redundant visibility check for "Manage" button in connector journeys
This commit is contained in:
parent
08fdd0a328
commit
ef843fd82e
8 changed files with 0 additions and 8 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue