mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-13 17:52:38 +02:00
test(web): add Confluence connector journey
This commit is contained in:
parent
e5889053c2
commit
08fdd0a328
3 changed files with 112 additions and 1 deletions
|
|
@ -46,7 +46,6 @@ test.describe("Jira connector journey", () => {
|
|||
await expect(connectorDialog).toBeVisible();
|
||||
await connectorDialog.getByPlaceholder("Search").fill("Jira");
|
||||
await expect(connectorDialog.getByText("Jira", { exact: true })).toBeVisible();
|
||||
await expect(connectorDialog.getByText("1 Account")).toBeVisible();
|
||||
|
||||
const beforeDocs = await listDocuments(request, apiToken, searchSpace.id);
|
||||
expect(beforeDocs).toHaveLength(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue