File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -372,7 +372,7 @@ describe('Langchain Integration', () => {
372
372
getNodes ( ) . should ( 'have.length' , 3 ) ;
373
373
} ) ;
374
374
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' , ( ) => {
376
376
const workflowPage = new WorkflowPage ( ) ;
377
377
378
378
cy . visit ( workflowPage . url ) ;
@@ -390,15 +390,6 @@ describe('Langchain Integration', () => {
390
390
391
391
workflowPage . actions . openNode ( 'Character Text Splitter' ) ;
392
392
393
- // Wait for the input panel to switch to Debugging mode
394
- // ndv
395
- // .getInputPanel()
396
- // .find('[data-test-id="input-panel-mode"] label')
397
- // .contains('Debugging')
398
- // .parent()
399
- // .should('have.a.property', 'aria-checked', 'true');
400
- // ndv.getInputPanelItemsCount().should('not.exist');
401
-
402
393
ndv . getOutputRunSelector ( ) . should ( 'exist' ) ;
403
394
ndv . getInputRunSelector ( ) . should ( 'exist' ) ;
404
395
ndv . getInputRunSelector ( ) . find ( 'input' ) . should ( 'include.value' , '3 of 3' ) ;
You can’t perform that action at this time.
0 commit comments