File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
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 ( 'should render runItems for sub-nodes and allow switching between them' , ( ) => {
375
+ it . only ( '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 ) ;
@@ -381,7 +381,7 @@ describe('Langchain Integration', () => {
381
381
workflowPage . actions . deselectAll ( ) ;
382
382
383
383
workflowPage . actions . executeNode ( 'Populate VS' ) ;
384
- workflow . getNodesWithSpinner ( ) . should ( 'not.exist' ) ;
384
+ workflow . waitForSuccessBannerToAppear ( ) ;
385
385
386
386
const assertInputOutputText = ( text : string , assertion : 'exist' | 'not.exist' ) => {
387
387
ndv . getOutputPanel ( ) . contains ( text ) . should ( assertion ) ;
You can’t perform that action at this time.
0 commit comments