Skip to content

Commit a2a2012

Browse files
committed
fix: enable all tests
1 parent 5f14504 commit a2a2012

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/e2e/30-langchain.cy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ describe('Langchain Integration', () => {
372372
getNodes().should('have.length', 3);
373373
});
374374

375-
it.only('should render runItems for sub-nodes and allow switching between them', () => {
375+
it('should render runItems for sub-nodes and allow switching between them', () => {
376376
const workflowPage = new WorkflowPage();
377377

378378
cy.visit(workflowPage.url);

0 commit comments

Comments
 (0)