feature: Hide integrations (#4074)
* hide integrations * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
04fa6351a2
commit
d0bfac3e7e
3 changed files with 8 additions and 4 deletions
|
|
@ -86,7 +86,7 @@ test("user should be able to connect RetrieverTool to another components", async
|
|||
await chromaDbOutput.hover();
|
||||
await page.mouse.down();
|
||||
const retrieverToolInput = await page
|
||||
.getByTestId("handle-nvidiarerankcomponent-shownode-retriever-left")
|
||||
.getByTestId("handle-retrievertool-shownode-retriever-left")
|
||||
.nth(0);
|
||||
await retrieverToolInput.hover();
|
||||
await page.mouse.up();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue