Skip to content

Commit

Permalink
Add only
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Dec 31, 2024
1 parent adbe584 commit 5ad4ab9
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -547,7 +547,7 @@ describe('Node Creator', () => {
WorkflowPage.getters.canvasNodes().should('have.length', 4);
});

it.only('should add node directly for sub-connection as tool', () => {
it('should add node directly for sub-connection as tool', () => {
addNodeToCanvas(MANUAL_CHAT_TRIGGER_NODE_NAME, true);
addNodeToCanvas(AGENT_NODE_NAME, true, true);
clickGetBackToCanvas();
Expand Down

0 comments on commit 5ad4ab9

Please sign in to comment.