Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Jan 7, 2025
1 parent 88b18ca commit 5491552
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress/composables/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function addVectorStoreToolToParent(nodeName: string, parentNodeName: str
connectNodeToParent(nodeName, 'ai_tool', parentNodeName, false);
getParameterInputByName('mode')
.find('input')
.should('have.value', 'Retrieve documents for AI Agent as Tool');
.should('have.value', 'Retrieve Documents (As Tool for AI Agent)');
clickGetBackToCanvas();
getConnectionBySourceAndTarget(nodeName, parentNodeName).should('exist');
}
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/4-node-creator.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ describe('Node Creator', () => {
const actions = [
'Get ranked documents from vector store',
'Add documents to vector store',
'Retrieve documents for AI processing',
'Retrieve documents for Chain/Tool as Vector Store',
];

nodeCreatorFeature.actions.openNodeCreator();
Expand Down

0 comments on commit 5491552

Please sign in to comment.